Shades of Fire Brick #BB170E
Tints of Fire Brick #BB170E
RGB
CMYK
RGB Variations
Color information
#BB170E (or 0xBB170E) is known color: Fire Brick. HEX triplet: BB, 17 and 0E. RGB value is (187,23,14). Sum of RGB (Red+Green+Blue) = 187+23+14=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB170E is #44E8F1. Grayscale: #474747. Windows color (decimal): -4516082 or 923579. OLE color: 923579.
HSL color Cylindrical-coordinate representation of color #BB170E: hue angle of 3.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB170E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 14 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.27 |
| HSL | 3.12º | 0.86% | 0.39% | - |
| HSV(B) | 3.12º | 0.93% | 0.73% | - |
| XYZ | 20.88 | 11.21 | 1.48 | - |
| YUV | 71.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 14 | 0 | 0.88 | 0.93 | 0.27 | 3.12 | 0.86 | 0.39 |
| Hex | BB | 17 | E | 0 | 58 | 5D | 1B | 3 | 56 | 27 |
| Octal | 273 | 27 | 16 | 0 | 130 | 135 | 33 | 3 | 126 | 47 |
| Binary | 10111011 | 10111 | 1110 | 0 | 1011000 | 1011101 | 11011 | 11 | 1010110 | 100111 |
Color Harmonies of #BB170E
Complementary color
Monochromatic Colors of #BB170E
Black with #BB170E
Text Example
Text Example
White with #BB170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB170E; }
p { color: rgb(187,23,14); }
H1.HeaderClassName
{
color: #BB170E;
}
.AnyTagClassName
{
color: #BB170E;
}
</style>
background-color css
<style>
a { background-color: #BB170E; }
a { background-color: rgb(187,23,14); }
div.DivClassName
{
background-color: #BB170E;
}
.BgClassName
{
background-color: #BB170E;
}
</style>
border-color css
<style>
span { border-color: #BB170E; }
span { border-color: rgb(187,23,14); }
td.TdClassName
{
border-color: #BB170E;
}
.TagClassName
{
border-color: #BB170E;
}
</style>