Shades of Fire Brick #BB1915
Tints of Fire Brick #BB1915
RGB
CMYK
RGB Variations
Color information
#BB1915 (or 0xBB1915) is known color: Fire Brick. HEX triplet: BB, 19 and 15. RGB value is (187,25,21). Sum of RGB (Red+Green+Blue) = 187+25+21=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1915 is #44E6EA. Grayscale: #494949. Windows color (decimal): -4515563 or 1382843. OLE color: 1382843.
HSL color Cylindrical-coordinate representation of color #BB1915: hue angle of 1.45º degrees, saturation: 0.8, 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 #BB1915 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.27 |
| HSL | 1.45º | 0.8% | 0.41% | - |
| HSV(B) | 1.45º | 0.89% | 0.73% | - |
| XYZ | 20.98 | 11.31 | 1.79 | - |
| YUV | 72.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 21 | 0 | 0.87 | 0.89 | 0.27 | 1.45 | 0.8 | 0.41 |
| Hex | BB | 19 | 15 | 0 | 57 | 59 | 1B | 1 | 50 | 29 |
| Octal | 273 | 31 | 25 | 0 | 127 | 131 | 33 | 1 | 120 | 51 |
| Binary | 10111011 | 11001 | 10101 | 0 | 1010111 | 1011001 | 11011 | 1 | 1010000 | 101001 |
Color Harmonies of #BB1915
Complementary color
Monochromatic Colors of #BB1915
Black with #BB1915
Text Example
Text Example
White with #BB1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1915; }
p { color: rgb(187,25,21); }
H1.HeaderClassName
{
color: #BB1915;
}
.AnyTagClassName
{
color: #BB1915;
}
</style>
background-color css
<style>
a { background-color: #BB1915; }
a { background-color: rgb(187,25,21); }
div.DivClassName
{
background-color: #BB1915;
}
.BgClassName
{
background-color: #BB1915;
}
</style>
border-color css
<style>
span { border-color: #BB1915; }
span { border-color: rgb(187,25,21); }
td.TdClassName
{
border-color: #BB1915;
}
.TagClassName
{
border-color: #BB1915;
}
</style>