Shades of Fire Brick #B22F24
Tints of Fire Brick #B22F24
RGB
CMYK
RGB Variations
Color information
#B22F24 (or 0xB22F24) is known color: Fire Brick. HEX triplet: B2, 2F and 24. RGB value is (178,47,36). Sum of RGB (Red+Green+Blue) = 178+47+36=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F24 is #4DD0DB. Grayscale: #555555. Windows color (decimal): -5099740 or 2371506. OLE color: 2371506.
HSL color Cylindrical-coordinate representation of color #B22F24: hue angle of 4.65º 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 #B22F24 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 47 | 36 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.30 |
| HSL | 4.65º | 0.66% | 0.42% | - |
| HSV(B) | 4.65º | 0.8% | 0.7% | - |
| XYZ | 19.7 | 11.63 | 2.87 | - |
| YUV | 84.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 47 | 36 | 0 | 0.74 | 0.80 | 0.30 | 4.65 | 0.66 | 0.42 |
| Hex | B2 | 2F | 24 | 0 | 4A | 50 | 1E | 5 | 42 | 2A |
| Octal | 262 | 57 | 44 | 0 | 112 | 120 | 36 | 5 | 102 | 52 |
| Binary | 10110010 | 101111 | 100100 | 0 | 1001010 | 1010000 | 11110 | 101 | 1000010 | 101010 |
Color Harmonies of #B22F24
Complementary color
Monochromatic Colors of #B22F24
Black with #B22F24
Text Example
Text Example
White with #B22F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22F24; }
p { color: rgb(178,47,36); }
H1.HeaderClassName
{
color: #B22F24;
}
.AnyTagClassName
{
color: #B22F24;
}
</style>
background-color css
<style>
a { background-color: #B22F24; }
a { background-color: rgb(178,47,36); }
div.DivClassName
{
background-color: #B22F24;
}
.BgClassName
{
background-color: #B22F24;
}
</style>
border-color css
<style>
span { border-color: #B22F24; }
span { border-color: rgb(178,47,36); }
td.TdClassName
{
border-color: #B22F24;
}
.TagClassName
{
border-color: #B22F24;
}
</style>