Shades of Fire Brick #BB1714
Tints of Fire Brick #BB1714
RGB
CMYK
RGB Variations
Color information
#BB1714 (or 0xBB1714) is known color: Fire Brick. HEX triplet: BB, 17 and 14. RGB value is (187,23,20). Sum of RGB (Red+Green+Blue) = 187+23+20=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1714 is #44E8EB. Grayscale: #474747. Windows color (decimal): -4516076 or 1316795. OLE color: 1316795.
HSL color Cylindrical-coordinate representation of color #BB1714: hue angle of 1.08º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1714 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 20 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.27 |
| HSL | 1.08º | 0.81% | 0.41% | - |
| HSV(B) | 1.08º | 0.89% | 0.73% | - |
| XYZ | 20.93 | 11.23 | 1.73 | - |
| YUV | 71.69 | 98.83 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 20 | 0 | 0.88 | 0.89 | 0.27 | 1.08 | 0.81 | 0.41 |
| Hex | BB | 17 | 14 | 0 | 58 | 59 | 1B | 1 | 51 | 29 |
| Octal | 273 | 27 | 24 | 0 | 130 | 131 | 33 | 1 | 121 | 51 |
| Binary | 10111011 | 10111 | 10100 | 0 | 1011000 | 1011001 | 11011 | 1 | 1010001 | 101001 |
Color Harmonies of #BB1714
Complementary color
Monochromatic Colors of #BB1714
Black with #BB1714
Text Example
Text Example
White with #BB1714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1714; }
p { color: rgb(187,23,20); }
H1.HeaderClassName
{
color: #BB1714;
}
.AnyTagClassName
{
color: #BB1714;
}
</style>
background-color css
<style>
a { background-color: #BB1714; }
a { background-color: rgb(187,23,20); }
div.DivClassName
{
background-color: #BB1714;
}
.BgClassName
{
background-color: #BB1714;
}
</style>
border-color css
<style>
span { border-color: #BB1714; }
span { border-color: rgb(187,23,20); }
td.TdClassName
{
border-color: #BB1714;
}
.TagClassName
{
border-color: #BB1714;
}
</style>