Shades of Fire Brick #A02012
Tints of Fire Brick #A02012
RGB
CMYK
RGB Variations
Color information
#A02012 (or 0xA02012) is known color: Fire Brick. HEX triplet: A0, 20 and 12. RGB value is (160,32,18). Sum of RGB (Red+Green+Blue) = 160+32+18=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A02012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02012 is #5FDFED. Grayscale: #444444. Windows color (decimal): -6283246 or 1188000. OLE color: 1188000.
HSL color Cylindrical-coordinate representation of color #A02012: hue angle of 5.92º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A02012 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 18 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.37 |
| HSL | 5.92º | 0.8% | 0.35% | - |
| HSV(B) | 5.92º | 0.89% | 0.63% | - |
| XYZ | 15.12 | 8.55 | 1.43 | - |
| YUV | 68.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 18 | 0 | 0.80 | 0.89 | 0.37 | 5.92 | 0.8 | 0.35 |
| Hex | A0 | 20 | 12 | 0 | 50 | 59 | 25 | 6 | 50 | 23 |
| Octal | 240 | 40 | 22 | 0 | 120 | 131 | 45 | 6 | 120 | 43 |
| Binary | 10100000 | 100000 | 10010 | 0 | 1010000 | 1011001 | 100101 | 110 | 1010000 | 100011 |
Color Harmonies of #A02012
Complementary color
Monochromatic Colors of #A02012
Black with #A02012
Text Example
Text Example
White with #A02012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02012; }
p { color: rgb(160,32,18); }
H1.HeaderClassName
{
color: #A02012;
}
.AnyTagClassName
{
color: #A02012;
}
</style>
background-color css
<style>
a { background-color: #A02012; }
a { background-color: rgb(160,32,18); }
div.DivClassName
{
background-color: #A02012;
}
.BgClassName
{
background-color: #A02012;
}
</style>
border-color css
<style>
span { border-color: #A02012; }
span { border-color: rgb(160,32,18); }
td.TdClassName
{
border-color: #A02012;
}
.TagClassName
{
border-color: #A02012;
}
</style>