Shades of Rust #AA310D
Tints of Rust #AA310D
RGB
CMYK
RGB Variations
Color information
#AA310D (or 0xAA310D) is known color: Rust. HEX triplet: AA, 31 and 0D. RGB value is (170,49,13). Sum of RGB (Red+Green+Blue) = 170+49+13=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA310D is #55CEF2. Grayscale: #515151. Windows color (decimal): -5623539 or 864682. OLE color: 864682.
HSL color Cylindrical-coordinate representation of color #AA310D: hue angle of 13.76º 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 #AA310D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 13 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.33 |
| HSL | 13.76º | 0.86% | 0.36% | - |
| HSV(B) | 13.76º | 0.92% | 0.67% | - |
| XYZ | 17.75 | 10.77 | 1.52 | - |
| YUV | 81.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 13 | 0 | 0.71 | 0.92 | 0.33 | 13.76 | 0.86 | 0.36 |
| Hex | AA | 31 | D | 0 | 47 | 5C | 21 | E | 56 | 24 |
| Octal | 252 | 61 | 15 | 0 | 107 | 134 | 41 | 16 | 126 | 44 |
| Binary | 10101010 | 110001 | 1101 | 0 | 1000111 | 1011100 | 100001 | 1110 | 1010110 | 100100 |
Color Harmonies of #AA310D
Complementary color
Monochromatic Colors of #AA310D
Black with #AA310D
Text Example
Text Example
White with #AA310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA310D; }
p { color: rgb(170,49,13); }
H1.HeaderClassName
{
color: #AA310D;
}
.AnyTagClassName
{
color: #AA310D;
}
</style>
background-color css
<style>
a { background-color: #AA310D; }
a { background-color: rgb(170,49,13); }
div.DivClassName
{
background-color: #AA310D;
}
.BgClassName
{
background-color: #AA310D;
}
</style>
border-color css
<style>
span { border-color: #AA310D; }
span { border-color: rgb(170,49,13); }
td.TdClassName
{
border-color: #AA310D;
}
.TagClassName
{
border-color: #AA310D;
}
</style>