Shades of Fire Brick #B52C16
Tints of Fire Brick #B52C16
RGB
CMYK
RGB Variations
Color information
#B52C16 (or 0xB52C16) is known color: Fire Brick. HEX triplet: B5, 2C and 16. RGB value is (181,44,22). Sum of RGB (Red+Green+Blue) = 181+44+22=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C16 is #4AD3E9. Grayscale: #525252. Windows color (decimal): -4903914 or 1453237. OLE color: 1453237.
HSL color Cylindrical-coordinate representation of color #B52C16: hue angle of 8.3º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B52C16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 22 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.29 |
| HSL | 8.3º | 0.78% | 0.4% | - |
| HSV(B) | 8.3º | 0.88% | 0.71% | - |
| XYZ | 20.1 | 11.68 | 1.95 | - |
| YUV | 82.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 22 | 0 | 0.76 | 0.88 | 0.29 | 8.3 | 0.78 | 0.4 |
| Hex | B5 | 2C | 16 | 0 | 4C | 58 | 1D | 8 | 4E | 28 |
| Octal | 265 | 54 | 26 | 0 | 114 | 130 | 35 | 10 | 116 | 50 |
| Binary | 10110101 | 101100 | 10110 | 0 | 1001100 | 1011000 | 11101 | 1000 | 1001110 | 101000 |
Color Harmonies of #B52C16
Complementary color
Monochromatic Colors of #B52C16
Black with #B52C16
Text Example
Text Example
White with #B52C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C16; }
p { color: rgb(181,44,22); }
H1.HeaderClassName
{
color: #B52C16;
}
.AnyTagClassName
{
color: #B52C16;
}
</style>
background-color css
<style>
a { background-color: #B52C16; }
a { background-color: rgb(181,44,22); }
div.DivClassName
{
background-color: #B52C16;
}
.BgClassName
{
background-color: #B52C16;
}
</style>
border-color css
<style>
span { border-color: #B52C16; }
span { border-color: rgb(181,44,22); }
td.TdClassName
{
border-color: #B52C16;
}
.TagClassName
{
border-color: #B52C16;
}
</style>