#BB1E12

Color #BB1E12 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BB1E12

Tints of Fire Brick #BB1E12

Color information

#BB1E12 (or 0xBB1E12) is unknown color: approx Fire Brick. HEX triplet: BB, 1E and 12. RGB value is (187,30,18). Sum of RGB (Red+Green+Blue) = 187+30+18=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1E12 is #44E1ED. Grayscale: #4B4B4B. Windows color (decimal): -4514286 or 1187515. OLE color: 1187515.

HSL color Cylindrical-coordinate representation of color #BB1E12: hue angle of 4.26º 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 #BB1E12 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1873018-
CMYK00.840.900.27
HSL4.26º82.44%40.2%-
HSV(B)4.26º90.37%73.33%-
XYZ21.0711.541.69-
YUV75.5895.51207.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.57%
GREEN value IS 30 (12.11% from 255) = 12.77%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=79.57%
G=12.77%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187301800.840.900.274.2682.4440.2
HexBB1E120545A1B45228
Octal2733622012413233412250
Binary101110111111010010010101001011010110111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1E12; }

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

 H1.HeaderClassName
 {
   color: #BB1E12;
 }
 .AnyTagClassName
 {
   color: #BB1E12;
 }
</style>
background-color css

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

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

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

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

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

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