Shades of Fire Brick #B52320
Tints of Fire Brick #B52320
RGB
CMYK
RGB Variations
Color information
#B52320 (or 0xB52320) is known color: Fire Brick. HEX triplet: B5, 23 and 20. RGB value is (181,35,32). Sum of RGB (Red+Green+Blue) = 181+35+32=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B52320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52320 is #4ADCDF. Grayscale: #4E4E4E. Windows color (decimal): -4906208 or 2106293. OLE color: 2106293.
HSL color Cylindrical-coordinate representation of color #B52320: hue angle of 1.21º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52320 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 32 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.29 |
| HSL | 1.21º | 0.7% | 0.42% | - |
| HSV(B) | 1.21º | 0.82% | 0.71% | - |
| XYZ | 19.92 | 11.13 | 2.47 | - |
| YUV | 78.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 32 | 0 | 0.81 | 0.82 | 0.29 | 1.21 | 0.7 | 0.42 |
| Hex | B5 | 23 | 20 | 0 | 51 | 52 | 1D | 1 | 46 | 2A |
| Octal | 265 | 43 | 40 | 0 | 121 | 122 | 35 | 1 | 106 | 52 |
| Binary | 10110101 | 100011 | 100000 | 0 | 1010001 | 1010010 | 11101 | 1 | 1000110 | 101010 |
Color Harmonies of #B52320
Complementary color
Monochromatic Colors of #B52320
Black with #B52320
Text Example
Text Example
White with #B52320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52320; }
p { color: rgb(181,35,32); }
H1.HeaderClassName
{
color: #B52320;
}
.AnyTagClassName
{
color: #B52320;
}
</style>
background-color css
<style>
a { background-color: #B52320; }
a { background-color: rgb(181,35,32); }
div.DivClassName
{
background-color: #B52320;
}
.BgClassName
{
background-color: #B52320;
}
</style>
border-color css
<style>
span { border-color: #B52320; }
span { border-color: rgb(181,35,32); }
td.TdClassName
{
border-color: #B52320;
}
.TagClassName
{
border-color: #B52320;
}
</style>