Shades of Fire Brick #BB2616
Tints of Fire Brick #BB2616
RGB
CMYK
RGB Variations
Color information
#BB2616 (or 0xBB2616) is known color: Fire Brick. HEX triplet: BB, 26 and 16. RGB value is (187,38,22). Sum of RGB (Red+Green+Blue) = 187+38+22=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2616 is #44D9E9. Grayscale: #505050. Windows color (decimal): -4512234 or 1451707. OLE color: 1451707.
HSL color Cylindrical-coordinate representation of color #BB2616: hue angle of 5.82º 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 #BB2616 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 22 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.27 |
| HSL | 5.82º | 0.79% | 0.41% | - |
| HSV(B) | 5.82º | 0.88% | 0.73% | - |
| XYZ | 21.33 | 12.01 | 1.95 | - |
| YUV | 80.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 22 | 0 | 0.80 | 0.88 | 0.27 | 5.82 | 0.79 | 0.41 |
| Hex | BB | 26 | 16 | 0 | 50 | 58 | 1B | 6 | 4F | 29 |
| Octal | 273 | 46 | 26 | 0 | 120 | 130 | 33 | 6 | 117 | 51 |
| Binary | 10111011 | 100110 | 10110 | 0 | 1010000 | 1011000 | 11011 | 110 | 1001111 | 101001 |
Color Harmonies of #BB2616
Complementary color
Monochromatic Colors of #BB2616
Black with #BB2616
Text Example
Text Example
White with #BB2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2616; }
p { color: rgb(187,38,22); }
H1.HeaderClassName
{
color: #BB2616;
}
.AnyTagClassName
{
color: #BB2616;
}
</style>
background-color css
<style>
a { background-color: #BB2616; }
a { background-color: rgb(187,38,22); }
div.DivClassName
{
background-color: #BB2616;
}
.BgClassName
{
background-color: #BB2616;
}
</style>
border-color css
<style>
span { border-color: #BB2616; }
span { border-color: rgb(187,38,22); }
td.TdClassName
{
border-color: #BB2616;
}
.TagClassName
{
border-color: #BB2616;
}
</style>