Shades of Fire Brick #B22E24
Tints of Fire Brick #B22E24
RGB
CMYK
RGB Variations
Color information
#B22E24 (or 0xB22E24) is known color: Fire Brick. HEX triplet: B2, 2E and 24. RGB value is (178,46,36). Sum of RGB (Red+Green+Blue) = 178+46+36=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E24 is #4DD1DB. Grayscale: #545454. Windows color (decimal): -5099996 or 2371250. OLE color: 2371250.
HSL color Cylindrical-coordinate representation of color #B22E24: hue angle of 4.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22E24 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 46 | 36 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.30 |
| HSL | 4.23º | 0.66% | 0.42% | - |
| HSV(B) | 4.23º | 0.8% | 0.7% | - |
| XYZ | 19.66 | 11.55 | 2.86 | - |
| YUV | 84.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 36 | 0 | 0.74 | 0.80 | 0.30 | 4.23 | 0.66 | 0.42 |
| Hex | B2 | 2E | 24 | 0 | 4A | 50 | 1E | 4 | 42 | 2A |
| Octal | 262 | 56 | 44 | 0 | 112 | 120 | 36 | 4 | 102 | 52 |
| Binary | 10110010 | 101110 | 100100 | 0 | 1001010 | 1010000 | 11110 | 100 | 1000010 | 101010 |
Color Harmonies of #B22E24
Complementary color
Monochromatic Colors of #B22E24
Black with #B22E24
Text Example
Text Example
White with #B22E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22E24; }
p { color: rgb(178,46,36); }
H1.HeaderClassName
{
color: #B22E24;
}
.AnyTagClassName
{
color: #B22E24;
}
</style>
background-color css
<style>
a { background-color: #B22E24; }
a { background-color: rgb(178,46,36); }
div.DivClassName
{
background-color: #B22E24;
}
.BgClassName
{
background-color: #B22E24;
}
</style>
border-color css
<style>
span { border-color: #B22E24; }
span { border-color: rgb(178,46,36); }
td.TdClassName
{
border-color: #B22E24;
}
.TagClassName
{
border-color: #B22E24;
}
</style>