Shades of Fire Brick #B21E12
Tints of Fire Brick #B21E12
RGB
CMYK
RGB Variations
Color information
#B21E12 (or 0xB21E12) is known color: Fire Brick. HEX triplet: B2, 1E and 12. RGB value is (178,30,18). Sum of RGB (Red+Green+Blue) = 178+30+18=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E12 is #4DE1ED. Grayscale: #494949. Windows color (decimal): -5104110 or 1187506. OLE color: 1187506.
HSL color Cylindrical-coordinate representation of color #B21E12: hue angle of 4.5º degrees, saturation: 0.82, 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 #B21E12 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 18 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.30 |
| HSL | 4.5º | 0.82% | 0.38% | - |
| HSV(B) | 4.5º | 0.9% | 0.7% | - |
| XYZ | 18.93 | 10.44 | 1.59 | - |
| YUV | 72.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 18 | 0 | 0.83 | 0.90 | 0.30 | 4.5 | 0.82 | 0.38 |
| Hex | B2 | 1E | 12 | 0 | 53 | 5A | 1E | 4 | 52 | 26 |
| Octal | 262 | 36 | 22 | 0 | 123 | 132 | 36 | 4 | 122 | 46 |
| Binary | 10110010 | 11110 | 10010 | 0 | 1010011 | 1011010 | 11110 | 100 | 1010010 | 100110 |
Color Harmonies of #B21E12
Complementary color
Monochromatic Colors of #B21E12
Black with #B21E12
Text Example
Text Example
White with #B21E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E12; }
p { color: rgb(178,30,18); }
H1.HeaderClassName
{
color: #B21E12;
}
.AnyTagClassName
{
color: #B21E12;
}
</style>
background-color css
<style>
a { background-color: #B21E12; }
a { background-color: rgb(178,30,18); }
div.DivClassName
{
background-color: #B21E12;
}
.BgClassName
{
background-color: #B21E12;
}
</style>
border-color css
<style>
span { border-color: #B21E12; }
span { border-color: rgb(178,30,18); }
td.TdClassName
{
border-color: #B21E12;
}
.TagClassName
{
border-color: #B21E12;
}
</style>