Shades of Fire Brick #BB180C
Tints of Fire Brick #BB180C
RGB
CMYK
RGB Variations
Color information
#BB180C (or 0xBB180C) is known color: Fire Brick. HEX triplet: BB, 18 and 0C. RGB value is (187,24,12). Sum of RGB (Red+Green+Blue) = 187+24+12=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB180C is #44E7F3. Grayscale: #474747. Windows color (decimal): -4515828 or 792763. OLE color: 792763.
HSL color Cylindrical-coordinate representation of color #BB180C: hue angle of 4.11º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB180C is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 12 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.27 |
| HSL | 4.11º | 0.88% | 0.39% | - |
| HSV(B) | 4.11º | 0.94% | 0.73% | - |
| XYZ | 20.89 | 11.24 | 1.42 | - |
| YUV | 71.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 12 | 0 | 0.87 | 0.94 | 0.27 | 4.11 | 0.88 | 0.39 |
| Hex | BB | 18 | C | 0 | 57 | 5E | 1B | 4 | 58 | 27 |
| Octal | 273 | 30 | 14 | 0 | 127 | 136 | 33 | 4 | 130 | 47 |
| Binary | 10111011 | 11000 | 1100 | 0 | 1010111 | 1011110 | 11011 | 100 | 1011000 | 100111 |
Color Harmonies of #BB180C
Complementary color
Monochromatic Colors of #BB180C
Black with #BB180C
Text Example
Text Example
White with #BB180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB180C; }
p { color: rgb(187,24,12); }
H1.HeaderClassName
{
color: #BB180C;
}
.AnyTagClassName
{
color: #BB180C;
}
</style>
background-color css
<style>
a { background-color: #BB180C; }
a { background-color: rgb(187,24,12); }
div.DivClassName
{
background-color: #BB180C;
}
.BgClassName
{
background-color: #BB180C;
}
</style>
border-color css
<style>
span { border-color: #BB180C; }
span { border-color: rgb(187,24,12); }
td.TdClassName
{
border-color: #BB180C;
}
.TagClassName
{
border-color: #BB180C;
}
</style>