Shades of Rust #AA4013
Tints of Rust #AA4013
RGB
CMYK
RGB Variations
Color information
#AA4013 (or 0xAA4013) is known color: Rust. HEX triplet: AA, 40 and 13. RGB value is (170,64,19). Sum of RGB (Red+Green+Blue) = 170+64+19=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4013 is #55BFEC. Grayscale: #5A5A5A. Windows color (decimal): -5619693 or 1261738. OLE color: 1261738.
HSL color Cylindrical-coordinate representation of color #AA4013: hue angle of 17.88º 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 #AA4013 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 19 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.33 |
| HSL | 17.88º | 0.8% | 0.37% | - |
| HSV(B) | 17.88º | 0.89% | 0.67% | - |
| XYZ | 18.53 | 12.26 | 2.01 | - |
| YUV | 90.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 19 | 0 | 0.62 | 0.89 | 0.33 | 17.88 | 0.8 | 0.37 |
| Hex | AA | 40 | 13 | 0 | 3E | 59 | 21 | 12 | 50 | 25 |
| Octal | 252 | 100 | 23 | 0 | 76 | 131 | 41 | 22 | 120 | 45 |
| Binary | 10101010 | 1000000 | 10011 | 0 | 111110 | 1011001 | 100001 | 10010 | 1010000 | 100101 |
Color Harmonies of #AA4013
Complementary color
Monochromatic Colors of #AA4013
Black with #AA4013
Text Example
Text Example
White with #AA4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4013; }
p { color: rgb(170,64,19); }
H1.HeaderClassName
{
color: #AA4013;
}
.AnyTagClassName
{
color: #AA4013;
}
</style>
background-color css
<style>
a { background-color: #AA4013; }
a { background-color: rgb(170,64,19); }
div.DivClassName
{
background-color: #AA4013;
}
.BgClassName
{
background-color: #AA4013;
}
</style>
border-color css
<style>
span { border-color: #AA4013; }
span { border-color: rgb(170,64,19); }
td.TdClassName
{
border-color: #AA4013;
}
.TagClassName
{
border-color: #AA4013;
}
</style>