Html Css Color HEX #BF2B3C Brick Red

📋 copy color: '#BF2B3C'

red 191 ◦ green 43 ◦ blue 60

#BF2B3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BF2B3C

Tints of Brick Red #BF2B3C

RGB

 RED value IS 191 (75% from 255) = 64.97%

 GREEN value IS 43 (17.19% from 255) = 14.63%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 64.97%
G = 14.63%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF2B3C (or 0xBF2B3C) is known color: Brick Red. HEX triplet: BF, 2B and 3C. RGB value is (191,43,60). Sum of RGB (Red+Green+Blue) = 191+43+60=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B3C is #40D4C3. Grayscale: #595959. Windows color (decimal): -4248772 or 3943359. OLE color: 3943359.

HSL color Cylindrical-coordinate representation of color #BF2B3C: hue angle of 353.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B3C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 43 60 -
CMYK 0 0.77 0.69 0.25
HSL 353.11º 0.63% 0.46% -
HSV(B) 353.11º 0.77% 0.75% -
XYZ 23.17 13.13 5.59 -
YUV 89.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 191 43 60 0 0.77 0.69 0.25 353.11 0.63 0.46
Hex BF 2B 3C 0 4D 45 19 161 3F 2E
Octal 277 53 74 0 115 105 31 541 77 56
Binary 10111111 101011 111100 0 1001101 1000101 11001 101100001 111111 101110

Color Harmonies of #BF2B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B3C

Black with #BF2B3C

Text Example


Text Example

White with #BF2B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B3C; }

 p { color: rgb(191,43,60); }

 H1.HeaderClassName
 {
   color: #BF2B3C;
 }
 .AnyTagClassName
 {
   color: #BF2B3C;
 }
</style>

background-color css

<style>
 a { background-color: #BF2B3C; }

 a { background-color: rgb(191,43,60); }

 div.DivClassName
 {
   background-color: #BF2B3C;
 }
 .BgClassName
 {
   background-color: #BF2B3C;
 }
</style>

border-color css

<style>
 span { border-color: #BF2B3C; }

 span { border-color: rgb(191,43,60); }

 td.TdClassName
 {
   border-color: #BF2B3C;
 }
 .TagClassName
 {
   border-color: #BF2B3C;
 }
</style>