Shades of Fire Brick #B52115
Tints of Fire Brick #B52115
RGB
CMYK
RGB Variations
Color information
#B52115 (or 0xB52115) is known color: Fire Brick. HEX triplet: B5, 21 and 15. RGB value is (181,33,21). Sum of RGB (Red+Green+Blue) = 181+33+21=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B52115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52115 is #4ADEEA. Grayscale: #4C4C4C. Windows color (decimal): -4906731 or 1384885. OLE color: 1384885.
HSL color Cylindrical-coordinate representation of color #B52115: hue angle of 4.5º degrees, saturation: 0.79, 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 #B52115 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 21 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.29 |
| HSL | 4.5º | 0.79% | 0.4% | - |
| HSV(B) | 4.5º | 0.88% | 0.71% | - |
| XYZ | 19.74 | 10.97 | 1.79 | - |
| YUV | 75.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 21 | 0 | 0.82 | 0.88 | 0.29 | 4.5 | 0.79 | 0.4 |
| Hex | B5 | 21 | 15 | 0 | 52 | 58 | 1D | 4 | 4F | 28 |
| Octal | 265 | 41 | 25 | 0 | 122 | 130 | 35 | 4 | 117 | 50 |
| Binary | 10110101 | 100001 | 10101 | 0 | 1010010 | 1011000 | 11101 | 100 | 1001111 | 101000 |
Color Harmonies of #B52115
Complementary color
Monochromatic Colors of #B52115
Black with #B52115
Text Example
Text Example
White with #B52115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52115; }
p { color: rgb(181,33,21); }
H1.HeaderClassName
{
color: #B52115;
}
.AnyTagClassName
{
color: #B52115;
}
</style>
background-color css
<style>
a { background-color: #B52115; }
a { background-color: rgb(181,33,21); }
div.DivClassName
{
background-color: #B52115;
}
.BgClassName
{
background-color: #B52115;
}
</style>
border-color css
<style>
span { border-color: #B52115; }
span { border-color: rgb(181,33,21); }
td.TdClassName
{
border-color: #B52115;
}
.TagClassName
{
border-color: #B52115;
}
</style>