Shades of Fire Brick #B53420
Tints of Fire Brick #B53420
RGB
CMYK
RGB Variations
Color information
#B53420 (or 0xB53420) is known color: Fire Brick. HEX triplet: B5, 34 and 20. RGB value is (181,52,32). Sum of RGB (Red+Green+Blue) = 181+52+32=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B53420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53420 is #4ACBDF. Grayscale: #585858. Windows color (decimal): -4901856 or 2110645. OLE color: 2110645.
HSL color Cylindrical-coordinate representation of color #B53420: hue angle of 8.05º 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 #B53420 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 32 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.29 |
| HSL | 8.05º | 0.7% | 0.42% | - |
| HSV(B) | 8.05º | 0.82% | 0.71% | - |
| XYZ | 20.54 | 12.38 | 2.67 | - |
| YUV | 88.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 32 | 0 | 0.71 | 0.82 | 0.29 | 8.05 | 0.7 | 0.42 |
| Hex | B5 | 34 | 20 | 0 | 47 | 52 | 1D | 8 | 46 | 2A |
| Octal | 265 | 64 | 40 | 0 | 107 | 122 | 35 | 10 | 106 | 52 |
| Binary | 10110101 | 110100 | 100000 | 0 | 1000111 | 1010010 | 11101 | 1000 | 1000110 | 101010 |
Color Harmonies of #B53420
Complementary color
Monochromatic Colors of #B53420
Black with #B53420
Text Example
Text Example
White with #B53420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53420; }
p { color: rgb(181,52,32); }
H1.HeaderClassName
{
color: #B53420;
}
.AnyTagClassName
{
color: #B53420;
}
</style>
background-color css
<style>
a { background-color: #B53420; }
a { background-color: rgb(181,52,32); }
div.DivClassName
{
background-color: #B53420;
}
.BgClassName
{
background-color: #B53420;
}
</style>
border-color css
<style>
span { border-color: #B53420; }
span { border-color: rgb(181,52,32); }
td.TdClassName
{
border-color: #B53420;
}
.TagClassName
{
border-color: #B53420;
}
</style>