Shades of Rust #AA3413
Tints of Rust #AA3413
RGB
CMYK
RGB Variations
Color information
#AA3413 (or 0xAA3413) is known color: Rust. HEX triplet: AA, 34 and 13. RGB value is (170,52,19). Sum of RGB (Red+Green+Blue) = 170+52+19=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3413 is #55CBEC. Grayscale: #535353. Windows color (decimal): -5622765 or 1258666. OLE color: 1258666.
HSL color Cylindrical-coordinate representation of color #AA3413: hue angle of 13.11º 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 #AA3413 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 19 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.33 |
| HSL | 13.11º | 0.8% | 0.37% | - |
| HSV(B) | 13.11º | 0.89% | 0.67% | - |
| XYZ | 17.92 | 11.05 | 1.8 | - |
| YUV | 83.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 19 | 0 | 0.69 | 0.89 | 0.33 | 13.11 | 0.8 | 0.37 |
| Hex | AA | 34 | 13 | 0 | 45 | 59 | 21 | D | 50 | 25 |
| Octal | 252 | 64 | 23 | 0 | 105 | 131 | 41 | 15 | 120 | 45 |
| Binary | 10101010 | 110100 | 10011 | 0 | 1000101 | 1011001 | 100001 | 1101 | 1010000 | 100101 |
Color Harmonies of #AA3413
Complementary color
Monochromatic Colors of #AA3413
Black with #AA3413
Text Example
Text Example
White with #AA3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3413; }
p { color: rgb(170,52,19); }
H1.HeaderClassName
{
color: #AA3413;
}
.AnyTagClassName
{
color: #AA3413;
}
</style>
background-color css
<style>
a { background-color: #AA3413; }
a { background-color: rgb(170,52,19); }
div.DivClassName
{
background-color: #AA3413;
}
.BgClassName
{
background-color: #AA3413;
}
</style>
border-color css
<style>
span { border-color: #AA3413; }
span { border-color: rgb(170,52,19); }
td.TdClassName
{
border-color: #AA3413;
}
.TagClassName
{
border-color: #AA3413;
}
</style>