Shades of Fire Brick #B22D17
Tints of Fire Brick #B22D17
RGB
CMYK
RGB Variations
Color information
#B22D17 (or 0xB22D17) is known color: Fire Brick. HEX triplet: B2, 2D and 17. RGB value is (178,45,23). Sum of RGB (Red+Green+Blue) = 178+45+23=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22D17 is #4DD2E8. Grayscale: #525252. Windows color (decimal): -5100265 or 1519026. OLE color: 1519026.
HSL color Cylindrical-coordinate representation of color #B22D17: hue angle of 8.52º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B22D17 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 23 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.30 |
| HSL | 8.52º | 0.77% | 0.39% | - |
| HSV(B) | 8.52º | 0.87% | 0.7% | - |
| XYZ | 19.45 | 11.4 | 1.99 | - |
| YUV | 82.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 23 | 0 | 0.75 | 0.87 | 0.30 | 8.52 | 0.77 | 0.39 |
| Hex | B2 | 2D | 17 | 0 | 4B | 57 | 1E | 9 | 4D | 27 |
| Octal | 262 | 55 | 27 | 0 | 113 | 127 | 36 | 11 | 115 | 47 |
| Binary | 10110010 | 101101 | 10111 | 0 | 1001011 | 1010111 | 11110 | 1001 | 1001101 | 100111 |
Color Harmonies of #B22D17
Complementary color
Monochromatic Colors of #B22D17
Black with #B22D17
Text Example
Text Example
White with #B22D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D17; }
p { color: rgb(178,45,23); }
H1.HeaderClassName
{
color: #B22D17;
}
.AnyTagClassName
{
color: #B22D17;
}
</style>
background-color css
<style>
a { background-color: #B22D17; }
a { background-color: rgb(178,45,23); }
div.DivClassName
{
background-color: #B22D17;
}
.BgClassName
{
background-color: #B22D17;
}
</style>
border-color css
<style>
span { border-color: #B22D17; }
span { border-color: rgb(178,45,23); }
td.TdClassName
{
border-color: #B22D17;
}
.TagClassName
{
border-color: #B22D17;
}
</style>