Html Css Color HEX #BB2918 Fire Brick

📋 copy color: '#BB2918'

red 187 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #BB2918

Tints of Fire Brick #BB2918

RGB

 RED value IS 187 (73.44% from 255) = 74.21%

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 74.21%
G = 16.27%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2918 (or 0xBB2918) is known color: Fire Brick. HEX triplet: BB, 29 and 18. RGB value is (187,41,24). Sum of RGB (Red+Green+Blue) = 187+41+24=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2918 is #44D6E7. Grayscale: #525252. Windows color (decimal): -4511464 or 1583547. OLE color: 1583547.

HSL color Cylindrical-coordinate representation of color #BB2918: hue angle of 6.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB2918 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 24 -
CMYK 0 0.78 0.87 0.27
HSL 6.26º 0.77% 0.41% -
HSV(B) 6.26º 0.87% 0.73% -
XYZ 21.45 12.22 2.09 -
YUV 82.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 187 41 24 0 0.78 0.87 0.27 6.26 0.77 0.41
Hex BB 29 18 0 4E 57 1B 6 4D 29
Octal 273 51 30 0 116 127 33 6 115 51
Binary 10111011 101001 11000 0 1001110 1010111 11011 110 1001101 101001

Color Harmonies of #BB2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2918

Black with #BB2918

Text Example


Text Example

White with #BB2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2918; }

 p { color: rgb(187,41,24); }

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

background-color css

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

 a { background-color: rgb(187,41,24); }

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

border-color css

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

 span { border-color: rgb(187,41,24); }

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