Shades of Fire Brick #A02013
Tints of Fire Brick #A02013
RGB
CMYK
RGB Variations
Color information
#A02013 (or 0xA02013) is known color: Fire Brick. HEX triplet: A0, 20 and 13. RGB value is (160,32,19). Sum of RGB (Red+Green+Blue) = 160+32+19=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A02013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02013 is #5FDFEC. Grayscale: #444444. Windows color (decimal): -6283245 or 1253536. OLE color: 1253536.
HSL color Cylindrical-coordinate representation of color #A02013: hue angle of 5.53º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A02013 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 19 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.37 |
| HSL | 5.53º | 0.79% | 0.35% | - |
| HSV(B) | 5.53º | 0.88% | 0.63% | - |
| XYZ | 15.13 | 8.55 | 1.47 | - |
| YUV | 68.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 19 | 0 | 0.80 | 0.88 | 0.37 | 5.53 | 0.79 | 0.35 |
| Hex | A0 | 20 | 13 | 0 | 50 | 58 | 25 | 6 | 4F | 23 |
| Octal | 240 | 40 | 23 | 0 | 120 | 130 | 45 | 6 | 117 | 43 |
| Binary | 10100000 | 100000 | 10011 | 0 | 1010000 | 1011000 | 100101 | 110 | 1001111 | 100011 |
Color Harmonies of #A02013
Complementary color
Monochromatic Colors of #A02013
Black with #A02013
Text Example
Text Example
White with #A02013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02013; }
p { color: rgb(160,32,19); }
H1.HeaderClassName
{
color: #A02013;
}
.AnyTagClassName
{
color: #A02013;
}
</style>
background-color css
<style>
a { background-color: #A02013; }
a { background-color: rgb(160,32,19); }
div.DivClassName
{
background-color: #A02013;
}
.BgClassName
{
background-color: #A02013;
}
</style>
border-color css
<style>
span { border-color: #A02013; }
span { border-color: rgb(160,32,19); }
td.TdClassName
{
border-color: #A02013;
}
.TagClassName
{
border-color: #A02013;
}
</style>