Shades of Fire Brick #B22B24
Tints of Fire Brick #B22B24
RGB
CMYK
RGB Variations
Color information
#B22B24 (or 0xB22B24) is known color: Fire Brick. HEX triplet: B2, 2B and 24. RGB value is (178,43,36). Sum of RGB (Red+Green+Blue) = 178+43+36=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B24 is #4DD4DB. Grayscale: #525252. Windows color (decimal): -5100764 or 2370482. OLE color: 2370482.
HSL color Cylindrical-coordinate representation of color #B22B24: hue angle of 2.96º 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 #B22B24 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 36 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.30 |
| HSL | 2.96º | 0.66% | 0.42% | - |
| HSV(B) | 2.96º | 0.8% | 0.7% | - |
| XYZ | 19.54 | 11.32 | 2.82 | - |
| YUV | 82.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 36 | 0 | 0.76 | 0.80 | 0.30 | 2.96 | 0.66 | 0.42 |
| Hex | B2 | 2B | 24 | 0 | 4C | 50 | 1E | 3 | 42 | 2A |
| Octal | 262 | 53 | 44 | 0 | 114 | 120 | 36 | 3 | 102 | 52 |
| Binary | 10110010 | 101011 | 100100 | 0 | 1001100 | 1010000 | 11110 | 11 | 1000010 | 101010 |
Color Harmonies of #B22B24
Complementary color
Monochromatic Colors of #B22B24
Black with #B22B24
Text Example
Text Example
White with #B22B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B24; }
p { color: rgb(178,43,36); }
H1.HeaderClassName
{
color: #B22B24;
}
.AnyTagClassName
{
color: #B22B24;
}
</style>
background-color css
<style>
a { background-color: #B22B24; }
a { background-color: rgb(178,43,36); }
div.DivClassName
{
background-color: #B22B24;
}
.BgClassName
{
background-color: #B22B24;
}
</style>
border-color css
<style>
span { border-color: #B22B24; }
span { border-color: rgb(178,43,36); }
td.TdClassName
{
border-color: #B22B24;
}
.TagClassName
{
border-color: #B22B24;
}
</style>