Shades of Fire Brick #BB2816
Tints of Fire Brick #BB2816
RGB
CMYK
RGB Variations
Color information
#BB2816 (or 0xBB2816) is known color: Fire Brick. HEX triplet: BB, 28 and 16. RGB value is (187,40,22). Sum of RGB (Red+Green+Blue) = 187+40+22=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2816 is #44D7E9. Grayscale: #525252. Windows color (decimal): -4511722 or 1452219. OLE color: 1452219.
HSL color Cylindrical-coordinate representation of color #BB2816: hue angle of 6.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB2816 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 22 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.27 |
| HSL | 6.55º | 0.79% | 0.41% | - |
| HSV(B) | 6.55º | 0.88% | 0.73% | - |
| XYZ | 21.4 | 12.14 | 1.97 | - |
| YUV | 81.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 22 | 0 | 0.79 | 0.88 | 0.27 | 6.55 | 0.79 | 0.41 |
| Hex | BB | 28 | 16 | 0 | 4F | 58 | 1B | 7 | 4F | 29 |
| Octal | 273 | 50 | 26 | 0 | 117 | 130 | 33 | 7 | 117 | 51 |
| Binary | 10111011 | 101000 | 10110 | 0 | 1001111 | 1011000 | 11011 | 111 | 1001111 | 101001 |
Color Harmonies of #BB2816
Complementary color
Monochromatic Colors of #BB2816
Black with #BB2816
Text Example
Text Example
White with #BB2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2816; }
p { color: rgb(187,40,22); }
H1.HeaderClassName
{
color: #BB2816;
}
.AnyTagClassName
{
color: #BB2816;
}
</style>
background-color css
<style>
a { background-color: #BB2816; }
a { background-color: rgb(187,40,22); }
div.DivClassName
{
background-color: #BB2816;
}
.BgClassName
{
background-color: #BB2816;
}
</style>
border-color css
<style>
span { border-color: #BB2816; }
span { border-color: rgb(187,40,22); }
td.TdClassName
{
border-color: #BB2816;
}
.TagClassName
{
border-color: #BB2816;
}
</style>