Shades of Rust #AA390E
Tints of Rust #AA390E
RGB
CMYK
RGB Variations
Color information
#AA390E (or 0xAA390E) is known color: Rust. HEX triplet: AA, 39 and 0E. RGB value is (170,57,14). Sum of RGB (Red+Green+Blue) = 170+57+14=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA390E is #55C6F1. Grayscale: #565656. Windows color (decimal): -5621490 or 932266. OLE color: 932266.
HSL color Cylindrical-coordinate representation of color #AA390E: hue angle of 16.54º degrees, saturation: 0.85, 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 #AA390E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.33 |
| HSL | 16.54º | 0.85% | 0.36% | - |
| HSV(B) | 16.54º | 0.92% | 0.67% | - |
| XYZ | 18.12 | 11.5 | 1.68 | - |
| YUV | 85.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 14 | 0 | 0.66 | 0.92 | 0.33 | 16.54 | 0.85 | 0.36 |
| Hex | AA | 39 | E | 0 | 42 | 5C | 21 | 11 | 55 | 24 |
| Octal | 252 | 71 | 16 | 0 | 102 | 134 | 41 | 21 | 125 | 44 |
| Binary | 10101010 | 111001 | 1110 | 0 | 1000010 | 1011100 | 100001 | 10001 | 1010101 | 100100 |
Color Harmonies of #AA390E
Complementary color
Monochromatic Colors of #AA390E
Black with #AA390E
Text Example
Text Example
White with #AA390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA390E; }
p { color: rgb(170,57,14); }
H1.HeaderClassName
{
color: #AA390E;
}
.AnyTagClassName
{
color: #AA390E;
}
</style>
background-color css
<style>
a { background-color: #AA390E; }
a { background-color: rgb(170,57,14); }
div.DivClassName
{
background-color: #AA390E;
}
.BgClassName
{
background-color: #AA390E;
}
</style>
border-color css
<style>
span { border-color: #AA390E; }
span { border-color: rgb(170,57,14); }
td.TdClassName
{
border-color: #AA390E;
}
.TagClassName
{
border-color: #AA390E;
}
</style>