Shades of Fire Brick #BB2920
Tints of Fire Brick #BB2920
RGB
CMYK
RGB Variations
Color information
#BB2920 (or 0xBB2920) is known color: Fire Brick. HEX triplet: BB, 29 and 20. RGB value is (187,41,32). Sum of RGB (Red+Green+Blue) = 187+41+32=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2920 is #44D6DF. Grayscale: #535353. Windows color (decimal): -4511456 or 2107835. OLE color: 2107835.
HSL color Cylindrical-coordinate representation of color #BB2920: hue angle of 3.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2920 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 32 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.27 |
| HSL | 3.48º | 0.71% | 0.43% | - |
| HSV(B) | 3.48º | 0.83% | 0.73% | - |
| XYZ | 21.55 | 12.25 | 2.6 | - |
| YUV | 83.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 32 | 0 | 0.78 | 0.83 | 0.27 | 3.48 | 0.71 | 0.43 |
| Hex | BB | 29 | 20 | 0 | 4E | 53 | 1B | 3 | 47 | 2B |
| Octal | 273 | 51 | 40 | 0 | 116 | 123 | 33 | 3 | 107 | 53 |
| Binary | 10111011 | 101001 | 100000 | 0 | 1001110 | 1010011 | 11011 | 11 | 1000111 | 101011 |
Color Harmonies of #BB2920
Complementary color
Monochromatic Colors of #BB2920
Black with #BB2920
Text Example
Text Example
White with #BB2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2920; }
p { color: rgb(187,41,32); }
H1.HeaderClassName
{
color: #BB2920;
}
.AnyTagClassName
{
color: #BB2920;
}
</style>
background-color css
<style>
a { background-color: #BB2920; }
a { background-color: rgb(187,41,32); }
div.DivClassName
{
background-color: #BB2920;
}
.BgClassName
{
background-color: #BB2920;
}
</style>
border-color css
<style>
span { border-color: #BB2920; }
span { border-color: rgb(187,41,32); }
td.TdClassName
{
border-color: #BB2920;
}
.TagClassName
{
border-color: #BB2920;
}
</style>