Shades of Rust #AA390D
Tints of Rust #AA390D
RGB
CMYK
RGB Variations
Color information
#AA390D (or 0xAA390D) is known color: Rust. HEX triplet: AA, 39 and 0D. RGB value is (170,57,13). Sum of RGB (Red+Green+Blue) = 170+57+13=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA390D is #55C6F2. Grayscale: #565656. Windows color (decimal): -5621491 or 866730. OLE color: 866730.
HSL color Cylindrical-coordinate representation of color #AA390D: hue angle of 16.82º 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 #AA390D is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 13 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.33 |
| HSL | 16.82º | 0.86% | 0.36% | - |
| HSV(B) | 16.82º | 0.92% | 0.67% | - |
| XYZ | 18.11 | 11.5 | 1.65 | - |
| YUV | 85.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 13 | 0 | 0.66 | 0.92 | 0.33 | 16.82 | 0.86 | 0.36 |
| Hex | AA | 39 | D | 0 | 42 | 5C | 21 | 11 | 56 | 24 |
| Octal | 252 | 71 | 15 | 0 | 102 | 134 | 41 | 21 | 126 | 44 |
| Binary | 10101010 | 111001 | 1101 | 0 | 1000010 | 1011100 | 100001 | 10001 | 1010110 | 100100 |
Color Harmonies of #AA390D
Complementary color
Monochromatic Colors of #AA390D
Black with #AA390D
Text Example
Text Example
White with #AA390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA390D; }
p { color: rgb(170,57,13); }
H1.HeaderClassName
{
color: #AA390D;
}
.AnyTagClassName
{
color: #AA390D;
}
</style>
background-color css
<style>
a { background-color: #AA390D; }
a { background-color: rgb(170,57,13); }
div.DivClassName
{
background-color: #AA390D;
}
.BgClassName
{
background-color: #AA390D;
}
</style>
border-color css
<style>
span { border-color: #AA390D; }
span { border-color: rgb(170,57,13); }
td.TdClassName
{
border-color: #AA390D;
}
.TagClassName
{
border-color: #AA390D;
}
</style>