Shades of Fire Brick #BB2016
Tints of Fire Brick #BB2016
RGB
CMYK
RGB Variations
Color information
#BB2016 (or 0xBB2016) is known color: Fire Brick. HEX triplet: BB, 20 and 16. RGB value is (187,32,22). Sum of RGB (Red+Green+Blue) = 187+32+22=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2016 is #44DFE9. Grayscale: #4D4D4D. Windows color (decimal): -4513770 or 1450171. OLE color: 1450171.
HSL color Cylindrical-coordinate representation of color #BB2016: hue angle of 3.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB2016 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 22 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.27 |
| HSL | 3.64º | 0.79% | 0.41% | - |
| HSV(B) | 3.64º | 0.88% | 0.73% | - |
| XYZ | 21.15 | 11.66 | 1.89 | - |
| YUV | 77.21 | 96.85 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 22 | 0 | 0.83 | 0.88 | 0.27 | 3.64 | 0.79 | 0.41 |
| Hex | BB | 20 | 16 | 0 | 53 | 58 | 1B | 4 | 4F | 29 |
| Octal | 273 | 40 | 26 | 0 | 123 | 130 | 33 | 4 | 117 | 51 |
| Binary | 10111011 | 100000 | 10110 | 0 | 1010011 | 1011000 | 11011 | 100 | 1001111 | 101001 |
Color Harmonies of #BB2016
Complementary color
Monochromatic Colors of #BB2016
Black with #BB2016
Text Example
Text Example
White with #BB2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2016; }
p { color: rgb(187,32,22); }
H1.HeaderClassName
{
color: #BB2016;
}
.AnyTagClassName
{
color: #BB2016;
}
</style>
background-color css
<style>
a { background-color: #BB2016; }
a { background-color: rgb(187,32,22); }
div.DivClassName
{
background-color: #BB2016;
}
.BgClassName
{
background-color: #BB2016;
}
</style>
border-color css
<style>
span { border-color: #BB2016; }
span { border-color: rgb(187,32,22); }
td.TdClassName
{
border-color: #BB2016;
}
.TagClassName
{
border-color: #BB2016;
}
</style>