Shades of Fire Brick #BB1914
Tints of Fire Brick #BB1914
RGB
CMYK
RGB Variations
Color information
#BB1914 (or 0xBB1914) is known color: Fire Brick. HEX triplet: BB, 19 and 14. RGB value is (187,25,20). Sum of RGB (Red+Green+Blue) = 187+25+20=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1914 is #44E6EB. Grayscale: #494949. Windows color (decimal): -4515564 or 1317307. OLE color: 1317307.
HSL color Cylindrical-coordinate representation of color #BB1914: hue angle of 1.8º 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 #BB1914 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 20 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.27 |
| HSL | 1.8º | 0.81% | 0.41% | - |
| HSV(B) | 1.8º | 0.89% | 0.73% | - |
| XYZ | 20.97 | 11.31 | 1.74 | - |
| YUV | 72.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 20 | 0 | 0.87 | 0.89 | 0.27 | 1.8 | 0.81 | 0.41 |
| Hex | BB | 19 | 14 | 0 | 57 | 59 | 1B | 2 | 51 | 29 |
| Octal | 273 | 31 | 24 | 0 | 127 | 131 | 33 | 2 | 121 | 51 |
| Binary | 10111011 | 11001 | 10100 | 0 | 1010111 | 1011001 | 11011 | 10 | 1010001 | 101001 |
Color Harmonies of #BB1914
Complementary color
Monochromatic Colors of #BB1914
Black with #BB1914
Text Example
Text Example
White with #BB1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1914; }
p { color: rgb(187,25,20); }
H1.HeaderClassName
{
color: #BB1914;
}
.AnyTagClassName
{
color: #BB1914;
}
</style>
background-color css
<style>
a { background-color: #BB1914; }
a { background-color: rgb(187,25,20); }
div.DivClassName
{
background-color: #BB1914;
}
.BgClassName
{
background-color: #BB1914;
}
</style>
border-color css
<style>
span { border-color: #BB1914; }
span { border-color: rgb(187,25,20); }
td.TdClassName
{
border-color: #BB1914;
}
.TagClassName
{
border-color: #BB1914;
}
</style>