Shades of Rust #AA470D
Tints of Rust #AA470D
RGB
CMYK
RGB Variations
Color information
#AA470D (or 0xAA470D) is known color: Rust. HEX triplet: AA, 47 and 0D. RGB value is (170,71,13). Sum of RGB (Red+Green+Blue) = 170+71+13=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA470D is #55B8F2. Grayscale: #5E5E5E. Windows color (decimal): -5617907 or 870314. OLE color: 870314.
HSL color Cylindrical-coordinate representation of color #AA470D: hue angle of 22.17º 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 #AA470D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.33 |
| HSL | 22.17º | 0.86% | 0.36% | - |
| HSV(B) | 22.17º | 0.92% | 0.67% | - |
| XYZ | 18.9 | 13.08 | 1.91 | - |
| YUV | 93.99 | 82.3 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 13 | 0 | 0.58 | 0.92 | 0.33 | 22.17 | 0.86 | 0.36 |
| Hex | AA | 47 | D | 0 | 3A | 5C | 21 | 16 | 56 | 24 |
| Octal | 252 | 107 | 15 | 0 | 72 | 134 | 41 | 26 | 126 | 44 |
| Binary | 10101010 | 1000111 | 1101 | 0 | 111010 | 1011100 | 100001 | 10110 | 1010110 | 100100 |
Color Harmonies of #AA470D
Complementary color
Monochromatic Colors of #AA470D
Black with #AA470D
Text Example
Text Example
White with #AA470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA470D; }
p { color: rgb(170,71,13); }
H1.HeaderClassName
{
color: #AA470D;
}
.AnyTagClassName
{
color: #AA470D;
}
</style>
background-color css
<style>
a { background-color: #AA470D; }
a { background-color: rgb(170,71,13); }
div.DivClassName
{
background-color: #AA470D;
}
.BgClassName
{
background-color: #AA470D;
}
</style>
border-color css
<style>
span { border-color: #AA470D; }
span { border-color: rgb(170,71,13); }
td.TdClassName
{
border-color: #AA470D;
}
.TagClassName
{
border-color: #AA470D;
}
</style>