Html Css Color HEX #BB1412 Fire Brick

📋 copy color: '#BB1412'

red 187 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #BB1412

Tints of Fire Brick #BB1412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 83.11%
G = 8.89%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB1412 (or 0xBB1412) is known color: Fire Brick. HEX triplet: BB, 14 and 12. RGB value is (187,20,18). Sum of RGB (Red+Green+Blue) = 187+20+18=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1412 is #44EBED. Grayscale: #454545. Windows color (decimal): -4516846 or 1184955. OLE color: 1184955.

HSL color Cylindrical-coordinate representation of color #BB1412: hue angle of 0.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 18 -
CMYK 0 0.89 0.90 0.27
HSL 0.71º 0.82% 0.4% -
HSV(B) 0.71º 0.9% 0.73% -
XYZ 20.85 11.11 1.62 -
YUV 69.71 98.83 211.66 -
System Red Green Blue C M Y K H S L
Decimal 187 20 18 0 0.89 0.90 0.27 0.71 0.82 0.4
Hex BB 14 12 0 59 5A 1B 1 52 28
Octal 273 24 22 0 131 132 33 1 122 50
Binary 10111011 10100 10010 0 1011001 1011010 11011 1 1010010 101000

Color Harmonies of #BB1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1412

Black with #BB1412

Text Example


Text Example

White with #BB1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1412; }

 p { color: rgb(187,20,18); }

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

background-color css

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

 a { background-color: rgb(187,20,18); }

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

border-color css

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

 span { border-color: rgb(187,20,18); }

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