Shades of Rust #AA410D
Tints of Rust #AA410D
RGB
CMYK
RGB Variations
Color information
#AA410D (or 0xAA410D) is known color: Rust. HEX triplet: AA, 41 and 0D. RGB value is (170,65,13). Sum of RGB (Red+Green+Blue) = 170+65+13=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA410D is #55BEF2. Grayscale: #5A5A5A. Windows color (decimal): -5619443 or 868778. OLE color: 868778.
HSL color Cylindrical-coordinate representation of color #AA410D: hue angle of 19.87º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA410D is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 13 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.33 |
| HSL | 19.87º | 0.86% | 0.36% | - |
| HSV(B) | 19.87º | 0.92% | 0.67% | - |
| XYZ | 18.54 | 12.36 | 1.79 | - |
| YUV | 90.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 13 | 0 | 0.62 | 0.92 | 0.33 | 19.87 | 0.86 | 0.36 |
| Hex | AA | 41 | D | 0 | 3E | 5C | 21 | 14 | 56 | 24 |
| Octal | 252 | 101 | 15 | 0 | 76 | 134 | 41 | 24 | 126 | 44 |
| Binary | 10101010 | 1000001 | 1101 | 0 | 111110 | 1011100 | 100001 | 10100 | 1010110 | 100100 |
Color Harmonies of #AA410D
Complementary color
Monochromatic Colors of #AA410D
Black with #AA410D
Text Example
Text Example
White with #AA410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA410D; }
p { color: rgb(170,65,13); }
H1.HeaderClassName
{
color: #AA410D;
}
.AnyTagClassName
{
color: #AA410D;
}
</style>
background-color css
<style>
a { background-color: #AA410D; }
a { background-color: rgb(170,65,13); }
div.DivClassName
{
background-color: #AA410D;
}
.BgClassName
{
background-color: #AA410D;
}
</style>
border-color css
<style>
span { border-color: #AA410D; }
span { border-color: rgb(170,65,13); }
td.TdClassName
{
border-color: #AA410D;
}
.TagClassName
{
border-color: #AA410D;
}
</style>