Shades of Fire Brick #AA2013
Tints of Fire Brick #AA2013
RGB
CMYK
RGB Variations
Color information
#AA2013 (or 0xAA2013) is known color: Fire Brick. HEX triplet: AA, 20 and 13. RGB value is (170,32,19). Sum of RGB (Red+Green+Blue) = 170+32+19=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2013 is #55DFEC. Grayscale: #474747. Windows color (decimal): -5627885 or 1253546. OLE color: 1253546.
HSL color Cylindrical-coordinate representation of color #AA2013: hue angle of 5.17º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA2013 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 19 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.33 |
| HSL | 5.17º | 0.8% | 0.37% | - |
| HSV(B) | 5.17º | 0.89% | 0.67% | - |
| XYZ | 17.21 | 9.63 | 1.57 | - |
| YUV | 71.78 | 98.22 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 19 | 0 | 0.81 | 0.89 | 0.33 | 5.17 | 0.8 | 0.37 |
| Hex | AA | 20 | 13 | 0 | 51 | 59 | 21 | 5 | 50 | 25 |
| Octal | 252 | 40 | 23 | 0 | 121 | 131 | 41 | 5 | 120 | 45 |
| Binary | 10101010 | 100000 | 10011 | 0 | 1010001 | 1011001 | 100001 | 101 | 1010000 | 100101 |
Color Harmonies of #AA2013
Complementary color
Monochromatic Colors of #AA2013
Black with #AA2013
Text Example
Text Example
White with #AA2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2013; }
p { color: rgb(170,32,19); }
H1.HeaderClassName
{
color: #AA2013;
}
.AnyTagClassName
{
color: #AA2013;
}
</style>
background-color css
<style>
a { background-color: #AA2013; }
a { background-color: rgb(170,32,19); }
div.DivClassName
{
background-color: #AA2013;
}
.BgClassName
{
background-color: #AA2013;
}
</style>
border-color css
<style>
span { border-color: #AA2013; }
span { border-color: rgb(170,32,19); }
td.TdClassName
{
border-color: #AA2013;
}
.TagClassName
{
border-color: #AA2013;
}
</style>