Shades of Fire Brick #B52713
Tints of Fire Brick #B52713
RGB
CMYK
RGB Variations
Color information
#B52713 (or 0xB52713) is known color: Fire Brick. HEX triplet: B5, 27 and 13. RGB value is (181,39,19). Sum of RGB (Red+Green+Blue) = 181+39+19=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52713 is #4AD8EC. Grayscale: #4F4F4F. Windows color (decimal): -4905197 or 1255349. OLE color: 1255349.
HSL color Cylindrical-coordinate representation of color #B52713: hue angle of 7.41º 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 #B52713 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 19 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.29 |
| HSL | 7.41º | 0.81% | 0.39% | - |
| HSV(B) | 7.41º | 0.9% | 0.71% | - |
| XYZ | 19.9 | 11.32 | 1.75 | - |
| YUV | 79.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 19 | 0 | 0.78 | 0.90 | 0.29 | 7.41 | 0.81 | 0.39 |
| Hex | B5 | 27 | 13 | 0 | 4E | 5A | 1D | 7 | 51 | 27 |
| Octal | 265 | 47 | 23 | 0 | 116 | 132 | 35 | 7 | 121 | 47 |
| Binary | 10110101 | 100111 | 10011 | 0 | 1001110 | 1011010 | 11101 | 111 | 1010001 | 100111 |
Color Harmonies of #B52713
Complementary color
Monochromatic Colors of #B52713
Black with #B52713
Text Example
Text Example
White with #B52713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52713; }
p { color: rgb(181,39,19); }
H1.HeaderClassName
{
color: #B52713;
}
.AnyTagClassName
{
color: #B52713;
}
</style>
background-color css
<style>
a { background-color: #B52713; }
a { background-color: rgb(181,39,19); }
div.DivClassName
{
background-color: #B52713;
}
.BgClassName
{
background-color: #B52713;
}
</style>
border-color css
<style>
span { border-color: #B52713; }
span { border-color: rgb(181,39,19); }
td.TdClassName
{
border-color: #B52713;
}
.TagClassName
{
border-color: #B52713;
}
</style>