Shades of Fire Brick #BB2014
Tints of Fire Brick #BB2014
RGB
CMYK
RGB Variations
Color information
#BB2014 (or 0xBB2014) is known color: Fire Brick. HEX triplet: BB, 20 and 14. RGB value is (187,32,20). Sum of RGB (Red+Green+Blue) = 187+32+20=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2014 is #44DFEB. Grayscale: #4D4D4D. Windows color (decimal): -4513772 or 1319099. OLE color: 1319099.
HSL color Cylindrical-coordinate representation of color #BB2014: hue angle of 4.31º 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 #BB2014 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 20 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.27 |
| HSL | 4.31º | 0.81% | 0.41% | - |
| HSV(B) | 4.31º | 0.89% | 0.73% | - |
| XYZ | 21.14 | 11.65 | 1.8 | - |
| YUV | 76.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 20 | 0 | 0.83 | 0.89 | 0.27 | 4.31 | 0.81 | 0.41 |
| Hex | BB | 20 | 14 | 0 | 53 | 59 | 1B | 4 | 51 | 29 |
| Octal | 273 | 40 | 24 | 0 | 123 | 131 | 33 | 4 | 121 | 51 |
| Binary | 10111011 | 100000 | 10100 | 0 | 1010011 | 1011001 | 11011 | 100 | 1010001 | 101001 |
Color Harmonies of #BB2014
Complementary color
Monochromatic Colors of #BB2014
Black with #BB2014
Text Example
Text Example
White with #BB2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2014; }
p { color: rgb(187,32,20); }
H1.HeaderClassName
{
color: #BB2014;
}
.AnyTagClassName
{
color: #BB2014;
}
</style>
background-color css
<style>
a { background-color: #BB2014; }
a { background-color: rgb(187,32,20); }
div.DivClassName
{
background-color: #BB2014;
}
.BgClassName
{
background-color: #BB2014;
}
</style>
border-color css
<style>
span { border-color: #BB2014; }
span { border-color: rgb(187,32,20); }
td.TdClassName
{
border-color: #BB2014;
}
.TagClassName
{
border-color: #BB2014;
}
</style>