Shades of Fire Brick #BB1919
Tints of Fire Brick #BB1919
RGB
CMYK
RGB Variations
Color information
#BB1919 (or 0xBB1919) is known color: Fire Brick. HEX triplet: BB, 19 and 19. RGB value is (187,25,25). Sum of RGB (Red+Green+Blue) = 187+25+25=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1919 is #44E6E6. Grayscale: #494949. Windows color (decimal): -4515559 or 1644987. OLE color: 1644987.
HSL color Cylindrical-coordinate representation of color #BB1919: hue angle of 0º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1919 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 25 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.27 |
| HSL | 0º | 0.76% | 0.42% | - |
| HSV(B) | 0º | 0.87% | 0.73% | - |
| XYZ | 21.02 | 11.33 | 2 | - |
| YUV | 73.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 25 | 0 | 0.87 | 0.87 | 0.27 | 0 | 0.76 | 0.42 |
| Hex | BB | 19 | 19 | 0 | 57 | 57 | 1B | 0 | 4C | 2A |
| Octal | 273 | 31 | 31 | 0 | 127 | 127 | 33 | 0 | 114 | 52 |
| Binary | 10111011 | 11001 | 11001 | 0 | 1010111 | 1010111 | 11011 | 0 | 1001100 | 101010 |
Color Harmonies of #BB1919
Complementary color
Monochromatic Colors of #BB1919
Black with #BB1919
Text Example
Text Example
White with #BB1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1919; }
p { color: rgb(187,25,25); }
H1.HeaderClassName
{
color: #BB1919;
}
.AnyTagClassName
{
color: #BB1919;
}
</style>
background-color css
<style>
a { background-color: #BB1919; }
a { background-color: rgb(187,25,25); }
div.DivClassName
{
background-color: #BB1919;
}
.BgClassName
{
background-color: #BB1919;
}
</style>
border-color css
<style>
span { border-color: #BB1919; }
span { border-color: rgb(187,25,25); }
td.TdClassName
{
border-color: #BB1919;
}
.TagClassName
{
border-color: #BB1919;
}
</style>