Shades of Fire Brick #BB2019
Tints of Fire Brick #BB2019
RGB
CMYK
RGB Variations
Color information
#BB2019 (or 0xBB2019) is known color: Fire Brick. HEX triplet: BB, 20 and 19. RGB value is (187,32,25). Sum of RGB (Red+Green+Blue) = 187+32+25=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2019 is #44DFE6. Grayscale: #4D4D4D. Windows color (decimal): -4513767 or 1646779. OLE color: 1646779.
HSL color Cylindrical-coordinate representation of color #BB2019: hue angle of 2.59º 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 #BB2019 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 25 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.27 |
| HSL | 2.59º | 0.76% | 0.42% | - |
| HSV(B) | 2.59º | 0.87% | 0.73% | - |
| XYZ | 21.19 | 11.67 | 2.06 | - |
| YUV | 77.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 25 | 0 | 0.83 | 0.87 | 0.27 | 2.59 | 0.76 | 0.42 |
| Hex | BB | 20 | 19 | 0 | 53 | 57 | 1B | 3 | 4C | 2A |
| Octal | 273 | 40 | 31 | 0 | 123 | 127 | 33 | 3 | 114 | 52 |
| Binary | 10111011 | 100000 | 11001 | 0 | 1010011 | 1010111 | 11011 | 11 | 1001100 | 101010 |
Color Harmonies of #BB2019
Complementary color
Monochromatic Colors of #BB2019
Black with #BB2019
Text Example
Text Example
White with #BB2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2019; }
p { color: rgb(187,32,25); }
H1.HeaderClassName
{
color: #BB2019;
}
.AnyTagClassName
{
color: #BB2019;
}
</style>
background-color css
<style>
a { background-color: #BB2019; }
a { background-color: rgb(187,32,25); }
div.DivClassName
{
background-color: #BB2019;
}
.BgClassName
{
background-color: #BB2019;
}
</style>
border-color css
<style>
span { border-color: #BB2019; }
span { border-color: rgb(187,32,25); }
td.TdClassName
{
border-color: #BB2019;
}
.TagClassName
{
border-color: #BB2019;
}
</style>