Shades of Fire Brick #BB211E
Tints of Fire Brick #BB211E
RGB
CMYK
RGB Variations
Color information
#BB211E (or 0xBB211E) is known color: Fire Brick. HEX triplet: BB, 21 and 1E. RGB value is (187,33,30). Sum of RGB (Red+Green+Blue) = 187+33+30=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB211E is #44DEE1. Grayscale: #4E4E4E. Windows color (decimal): -4513506 or 1974715. OLE color: 1974715.
HSL color Cylindrical-coordinate representation of color #BB211E: hue angle of 1.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB211E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 30 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.27 |
| HSL | 1.15º | 0.72% | 0.43% | - |
| HSV(B) | 1.15º | 0.84% | 0.73% | - |
| XYZ | 21.27 | 11.75 | 2.37 | - |
| YUV | 78.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 30 | 0 | 0.82 | 0.84 | 0.27 | 1.15 | 0.72 | 0.43 |
| Hex | BB | 21 | 1E | 0 | 52 | 54 | 1B | 1 | 48 | 2B |
| Octal | 273 | 41 | 36 | 0 | 122 | 124 | 33 | 1 | 110 | 53 |
| Binary | 10111011 | 100001 | 11110 | 0 | 1010010 | 1010100 | 11011 | 1 | 1001000 | 101011 |
Color Harmonies of #BB211E
Complementary color
Monochromatic Colors of #BB211E
Black with #BB211E
Text Example
Text Example
White with #BB211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB211E; }
p { color: rgb(187,33,30); }
H1.HeaderClassName
{
color: #BB211E;
}
.AnyTagClassName
{
color: #BB211E;
}
</style>
background-color css
<style>
a { background-color: #BB211E; }
a { background-color: rgb(187,33,30); }
div.DivClassName
{
background-color: #BB211E;
}
.BgClassName
{
background-color: #BB211E;
}
</style>
border-color css
<style>
span { border-color: #BB211E; }
span { border-color: rgb(187,33,30); }
td.TdClassName
{
border-color: #BB211E;
}
.TagClassName
{
border-color: #BB211E;
}
</style>