Shades of Fire Brick #B52A13
Tints of Fire Brick #B52A13
RGB
CMYK
RGB Variations
Color information
#B52A13 (or 0xB52A13) is known color: Fire Brick. HEX triplet: B5, 2A and 13. RGB value is (181,42,19). Sum of RGB (Red+Green+Blue) = 181+42+19=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A13 is #4AD5EC. Grayscale: #515151. Windows color (decimal): -4904429 or 1256117. OLE color: 1256117.
HSL color Cylindrical-coordinate representation of color #B52A13: hue angle of 8.52º 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 #B52A13 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 19 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.29 |
| HSL | 8.52º | 0.81% | 0.39% | - |
| HSV(B) | 8.52º | 0.9% | 0.71% | - |
| XYZ | 20 | 11.53 | 1.79 | - |
| YUV | 80.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 19 | 0 | 0.77 | 0.90 | 0.29 | 8.52 | 0.81 | 0.39 |
| Hex | B5 | 2A | 13 | 0 | 4D | 5A | 1D | 9 | 51 | 27 |
| Octal | 265 | 52 | 23 | 0 | 115 | 132 | 35 | 11 | 121 | 47 |
| Binary | 10110101 | 101010 | 10011 | 0 | 1001101 | 1011010 | 11101 | 1001 | 1010001 | 100111 |
Color Harmonies of #B52A13
Complementary color
Monochromatic Colors of #B52A13
Black with #B52A13
Text Example
Text Example
White with #B52A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A13; }
p { color: rgb(181,42,19); }
H1.HeaderClassName
{
color: #B52A13;
}
.AnyTagClassName
{
color: #B52A13;
}
</style>
background-color css
<style>
a { background-color: #B52A13; }
a { background-color: rgb(181,42,19); }
div.DivClassName
{
background-color: #B52A13;
}
.BgClassName
{
background-color: #B52A13;
}
</style>
border-color css
<style>
span { border-color: #B52A13; }
span { border-color: rgb(181,42,19); }
td.TdClassName
{
border-color: #B52A13;
}
.TagClassName
{
border-color: #B52A13;
}
</style>