Shades of Fire Brick #B52313
Tints of Fire Brick #B52313
RGB
CMYK
RGB Variations
Color information
#B52313 (or 0xB52313) is known color: Fire Brick. HEX triplet: B5, 23 and 13. RGB value is (181,35,19). Sum of RGB (Red+Green+Blue) = 181+35+19=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B52313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52313 is #4ADCEC. Grayscale: #4D4D4D. Windows color (decimal): -4906221 or 1254325. OLE color: 1254325.
HSL color Cylindrical-coordinate representation of color #B52313: hue angle of 5.93º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B52313 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.29 |
| HSL | 5.93º | 0.81% | 0.39% | - |
| HSV(B) | 5.93º | 0.9% | 0.71% | - |
| XYZ | 19.77 | 11.07 | 1.71 | - |
| YUV | 76.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 19 | 0 | 0.81 | 0.90 | 0.29 | 5.93 | 0.81 | 0.39 |
| Hex | B5 | 23 | 13 | 0 | 51 | 5A | 1D | 6 | 51 | 27 |
| Octal | 265 | 43 | 23 | 0 | 121 | 132 | 35 | 6 | 121 | 47 |
| Binary | 10110101 | 100011 | 10011 | 0 | 1010001 | 1011010 | 11101 | 110 | 1010001 | 100111 |
Color Harmonies of #B52313
Complementary color
Monochromatic Colors of #B52313
Black with #B52313
Text Example
Text Example
White with #B52313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52313; }
p { color: rgb(181,35,19); }
H1.HeaderClassName
{
color: #B52313;
}
.AnyTagClassName
{
color: #B52313;
}
</style>
background-color css
<style>
a { background-color: #B52313; }
a { background-color: rgb(181,35,19); }
div.DivClassName
{
background-color: #B52313;
}
.BgClassName
{
background-color: #B52313;
}
</style>
border-color css
<style>
span { border-color: #B52313; }
span { border-color: rgb(181,35,19); }
td.TdClassName
{
border-color: #B52313;
}
.TagClassName
{
border-color: #B52313;
}
</style>