Shades of Rust #AA510D
Tints of Rust #AA510D
RGB
CMYK
RGB Variations
Color information
#AA510D (or 0xAA510D) is known color: Rust. HEX triplet: AA, 51 and 0D. RGB value is (170,81,13). Sum of RGB (Red+Green+Blue) = 170+81+13=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA510D is #55AEF2. Grayscale: #646464. Windows color (decimal): -5615347 or 872874. OLE color: 872874.
HSL color Cylindrical-coordinate representation of color #AA510D: hue angle of 25.99º 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 #AA510D is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 13 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.33 |
| HSL | 25.99º | 0.86% | 0.36% | - |
| HSV(B) | 25.99º | 0.92% | 0.67% | - |
| XYZ | 19.59 | 14.46 | 2.14 | - |
| YUV | 99.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 13 | 0 | 0.52 | 0.92 | 0.33 | 25.99 | 0.86 | 0.36 |
| Hex | AA | 51 | D | 0 | 34 | 5C | 21 | 1A | 56 | 24 |
| Octal | 252 | 121 | 15 | 0 | 64 | 134 | 41 | 32 | 126 | 44 |
| Binary | 10101010 | 1010001 | 1101 | 0 | 110100 | 1011100 | 100001 | 11010 | 1010110 | 100100 |
Color Harmonies of #AA510D
Complementary color
Monochromatic Colors of #AA510D
Black with #AA510D
Text Example
Text Example
White with #AA510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA510D; }
p { color: rgb(170,81,13); }
H1.HeaderClassName
{
color: #AA510D;
}
.AnyTagClassName
{
color: #AA510D;
}
</style>
background-color css
<style>
a { background-color: #AA510D; }
a { background-color: rgb(170,81,13); }
div.DivClassName
{
background-color: #AA510D;
}
.BgClassName
{
background-color: #AA510D;
}
</style>
border-color css
<style>
span { border-color: #AA510D; }
span { border-color: rgb(170,81,13); }
td.TdClassName
{
border-color: #AA510D;
}
.TagClassName
{
border-color: #AA510D;
}
</style>