Shades of Fire Brick #B21211
Tints of Fire Brick #B21211
RGB
CMYK
RGB Variations
Color information
#B21211 (or 0xB21211) is known color: Fire Brick. HEX triplet: B2, 12 and 11. RGB value is (178,18,17). Sum of RGB (Red+Green+Blue) = 178+18+17=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B21211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21211 is #4DEDEE. Grayscale: #414141. Windows color (decimal): -5107183 or 1118898. OLE color: 1118898.
HSL color Cylindrical-coordinate representation of color #B21211: hue angle of 0.37º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21211 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 17 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.30 |
| HSL | 0.37º | 0.83% | 0.38% | - |
| HSV(B) | 0.37º | 0.9% | 0.7% | - |
| XYZ | 18.68 | 9.94 | 1.46 | - |
| YUV | 65.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 17 | 0 | 0.90 | 0.90 | 0.30 | 0.37 | 0.83 | 0.38 |
| Hex | B2 | 12 | 11 | 0 | 5A | 5A | 1E | 0 | 53 | 26 |
| Octal | 262 | 22 | 21 | 0 | 132 | 132 | 36 | 0 | 123 | 46 |
| Binary | 10110010 | 10010 | 10001 | 0 | 1011010 | 1011010 | 11110 | 0 | 1010011 | 100110 |
Color Harmonies of #B21211
Complementary color
Monochromatic Colors of #B21211
Black with #B21211
Text Example
Text Example
White with #B21211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21211; }
p { color: rgb(178,18,17); }
H1.HeaderClassName
{
color: #B21211;
}
.AnyTagClassName
{
color: #B21211;
}
</style>
background-color css
<style>
a { background-color: #B21211; }
a { background-color: rgb(178,18,17); }
div.DivClassName
{
background-color: #B21211;
}
.BgClassName
{
background-color: #B21211;
}
</style>
border-color css
<style>
span { border-color: #B21211; }
span { border-color: rgb(178,18,17); }
td.TdClassName
{
border-color: #B21211;
}
.TagClassName
{
border-color: #B21211;
}
</style>