Shades of Fire Brick #B52613
Tints of Fire Brick #B52613
RGB
CMYK
RGB Variations
Color information
#B52613 (or 0xB52613) is known color: Fire Brick. HEX triplet: B5, 26 and 13. RGB value is (181,38,19). Sum of RGB (Red+Green+Blue) = 181+38+19=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B52613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52613 is #4AD9EC. Grayscale: #4E4E4E. Windows color (decimal): -4905453 or 1255093. OLE color: 1255093.
HSL color Cylindrical-coordinate representation of color #B52613: hue angle of 7.04º 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 #B52613 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.29 |
| HSL | 7.04º | 0.81% | 0.39% | - |
| HSV(B) | 7.04º | 0.9% | 0.71% | - |
| XYZ | 19.87 | 11.26 | 1.74 | - |
| YUV | 78.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 19 | 0 | 0.79 | 0.90 | 0.29 | 7.04 | 0.81 | 0.39 |
| Hex | B5 | 26 | 13 | 0 | 4F | 5A | 1D | 7 | 51 | 27 |
| Octal | 265 | 46 | 23 | 0 | 117 | 132 | 35 | 7 | 121 | 47 |
| Binary | 10110101 | 100110 | 10011 | 0 | 1001111 | 1011010 | 11101 | 111 | 1010001 | 100111 |
Color Harmonies of #B52613
Complementary color
Monochromatic Colors of #B52613
Black with #B52613
Text Example
Text Example
White with #B52613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52613; }
p { color: rgb(181,38,19); }
H1.HeaderClassName
{
color: #B52613;
}
.AnyTagClassName
{
color: #B52613;
}
</style>
background-color css
<style>
a { background-color: #B52613; }
a { background-color: rgb(181,38,19); }
div.DivClassName
{
background-color: #B52613;
}
.BgClassName
{
background-color: #B52613;
}
</style>
border-color css
<style>
span { border-color: #B52613; }
span { border-color: rgb(181,38,19); }
td.TdClassName
{
border-color: #B52613;
}
.TagClassName
{
border-color: #B52613;
}
</style>