Shades of Fire Brick #BB160F
Tints of Fire Brick #BB160F
RGB
CMYK
RGB Variations
Color information
#BB160F (or 0xBB160F) is known color: Fire Brick. HEX triplet: BB, 16 and 0F. RGB value is (187,22,15). Sum of RGB (Red+Green+Blue) = 187+22+15=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB160F is #44E9F0. Grayscale: #464646. Windows color (decimal): -4516337 or 988859. OLE color: 988859.
HSL color Cylindrical-coordinate representation of color #BB160F: hue angle of 2.44º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB160F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.27 |
| HSL | 2.44º | 0.85% | 0.4% | - |
| HSV(B) | 2.44º | 0.92% | 0.73% | - |
| XYZ | 20.87 | 11.17 | 1.51 | - |
| YUV | 70.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 15 | 0 | 0.88 | 0.92 | 0.27 | 2.44 | 0.85 | 0.4 |
| Hex | BB | 16 | F | 0 | 58 | 5C | 1B | 2 | 55 | 28 |
| Octal | 273 | 26 | 17 | 0 | 130 | 134 | 33 | 2 | 125 | 50 |
| Binary | 10111011 | 10110 | 1111 | 0 | 1011000 | 1011100 | 11011 | 10 | 1010101 | 101000 |
Color Harmonies of #BB160F
Complementary color
Monochromatic Colors of #BB160F
Black with #BB160F
Text Example
Text Example
White with #BB160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB160F; }
p { color: rgb(187,22,15); }
H1.HeaderClassName
{
color: #BB160F;
}
.AnyTagClassName
{
color: #BB160F;
}
</style>
background-color css
<style>
a { background-color: #BB160F; }
a { background-color: rgb(187,22,15); }
div.DivClassName
{
background-color: #BB160F;
}
.BgClassName
{
background-color: #BB160F;
}
</style>
border-color css
<style>
span { border-color: #BB160F; }
span { border-color: rgb(187,22,15); }
td.TdClassName
{
border-color: #BB160F;
}
.TagClassName
{
border-color: #BB160F;
}
</style>