Shades of Fire Brick #B22212
Tints of Fire Brick #B22212
RGB
CMYK
RGB Variations
Color information
#B22212 (or 0xB22212) is known color: Fire Brick. HEX triplet: B2, 22 and 12. RGB value is (178,34,18). Sum of RGB (Red+Green+Blue) = 178+34+18=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B22212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22212 is #4DDDED. Grayscale: #4B4B4B. Windows color (decimal): -5103086 or 1188530. OLE color: 1188530.
HSL color Cylindrical-coordinate representation of color #B22212: hue angle of 6º 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 #B22212 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 18 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.30 |
| HSL | 6º | 0.82% | 0.38% | - |
| HSV(B) | 6º | 0.9% | 0.7% | - |
| XYZ | 19.04 | 10.65 | 1.62 | - |
| YUV | 75.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 18 | 0 | 0.81 | 0.90 | 0.30 | 6 | 0.82 | 0.38 |
| Hex | B2 | 22 | 12 | 0 | 51 | 5A | 1E | 6 | 52 | 26 |
| Octal | 262 | 42 | 22 | 0 | 121 | 132 | 36 | 6 | 122 | 46 |
| Binary | 10110010 | 100010 | 10010 | 0 | 1010001 | 1011010 | 11110 | 110 | 1010010 | 100110 |
Color Harmonies of #B22212
Complementary color
Monochromatic Colors of #B22212
Black with #B22212
Text Example
Text Example
White with #B22212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22212; }
p { color: rgb(178,34,18); }
H1.HeaderClassName
{
color: #B22212;
}
.AnyTagClassName
{
color: #B22212;
}
</style>
background-color css
<style>
a { background-color: #B22212; }
a { background-color: rgb(178,34,18); }
div.DivClassName
{
background-color: #B22212;
}
.BgClassName
{
background-color: #B22212;
}
</style>
border-color css
<style>
span { border-color: #B22212; }
span { border-color: rgb(178,34,18); }
td.TdClassName
{
border-color: #B22212;
}
.TagClassName
{
border-color: #B22212;
}
</style>