Shades of Fire Brick #BB1C16
Tints of Fire Brick #BB1C16
RGB
CMYK
RGB Variations
Color information
#BB1C16 (or 0xBB1C16) is known color: Fire Brick. HEX triplet: BB, 1C and 16. RGB value is (187,28,22). Sum of RGB (Red+Green+Blue) = 187+28+22=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1C16 is #44E3E9. Grayscale: #4B4B4B. Windows color (decimal): -4514794 or 1449147. OLE color: 1449147.
HSL color Cylindrical-coordinate representation of color #BB1C16: hue angle of 2.18º 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 #BB1C16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 22 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.27 |
| HSL | 2.18º | 0.79% | 0.41% | - |
| HSV(B) | 2.18º | 0.88% | 0.73% | - |
| XYZ | 21.05 | 11.45 | 1.86 | - |
| YUV | 74.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 22 | 0 | 0.85 | 0.88 | 0.27 | 2.18 | 0.79 | 0.41 |
| Hex | BB | 1C | 16 | 0 | 55 | 58 | 1B | 2 | 4F | 29 |
| Octal | 273 | 34 | 26 | 0 | 125 | 130 | 33 | 2 | 117 | 51 |
| Binary | 10111011 | 11100 | 10110 | 0 | 1010101 | 1011000 | 11011 | 10 | 1001111 | 101001 |
Color Harmonies of #BB1C16
Complementary color
Monochromatic Colors of #BB1C16
Black with #BB1C16
Text Example
Text Example
White with #BB1C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C16; }
p { color: rgb(187,28,22); }
H1.HeaderClassName
{
color: #BB1C16;
}
.AnyTagClassName
{
color: #BB1C16;
}
</style>
background-color css
<style>
a { background-color: #BB1C16; }
a { background-color: rgb(187,28,22); }
div.DivClassName
{
background-color: #BB1C16;
}
.BgClassName
{
background-color: #BB1C16;
}
</style>
border-color css
<style>
span { border-color: #BB1C16; }
span { border-color: rgb(187,28,22); }
td.TdClassName
{
border-color: #BB1C16;
}
.TagClassName
{
border-color: #BB1C16;
}
</style>