#BB1C12

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

Shades of Fire Brick #BB1C12

Tints of Fire Brick #BB1C12

Color information

#BB1C12 (or 0xBB1C12) is unknown color: approx Fire Brick. HEX triplet: BB, 1C and 12. RGB value is (187,28,18). Sum of RGB (Red+Green+Blue) = 187+28+18=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1C12 is #44E3ED. Grayscale: #4A4A4A. Windows color (decimal): -4514798 or 1187003. OLE color: 1187003.

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

Color convert

RGB1872818-
CMYK00.850.900.27
HSL3.55º82.44%40.2%-
HSV(B)3.55º90.37%73.33%-
XYZ21.0211.441.67-
YUV74.496.18208.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.26%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=80.26%
G=12.02%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187281800.850.900.273.5582.4440.2
HexBB1C120555A1B45228
Octal2733422012513233412250
Binary101110111110010010010101011011010110111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C12; }

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

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

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

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

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

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

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

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