Shades of Rust #AA390A
Tints of Rust #AA390A
RGB
CMYK
RGB Variations
Color information
#AA390A (or 0xAA390A) is known color: Rust. HEX triplet: AA, 39 and 0A. RGB value is (170,57,10). Sum of RGB (Red+Green+Blue) = 170+57+10=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA390A is #55C6F5. Grayscale: #555555. Windows color (decimal): -5621494 or 670122. OLE color: 670122.
HSL color Cylindrical-coordinate representation of color #AA390A: hue angle of 17.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA390A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 10 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.33 |
| HSL | 17.63º | 0.89% | 0.35% | - |
| HSV(B) | 17.63º | 0.94% | 0.67% | - |
| XYZ | 18.1 | 11.49 | 1.55 | - |
| YUV | 85.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 10 | 0 | 0.66 | 0.94 | 0.33 | 17.63 | 0.89 | 0.35 |
| Hex | AA | 39 | A | 0 | 42 | 5E | 21 | 12 | 59 | 23 |
| Octal | 252 | 71 | 12 | 0 | 102 | 136 | 41 | 22 | 131 | 43 |
| Binary | 10101010 | 111001 | 1010 | 0 | 1000010 | 1011110 | 100001 | 10010 | 1011001 | 100011 |
Color Harmonies of #AA390A
Complementary color
Monochromatic Colors of #AA390A
Black with #AA390A
Text Example
Text Example
White with #AA390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA390A; }
p { color: rgb(170,57,10); }
H1.HeaderClassName
{
color: #AA390A;
}
.AnyTagClassName
{
color: #AA390A;
}
</style>
background-color css
<style>
a { background-color: #AA390A; }
a { background-color: rgb(170,57,10); }
div.DivClassName
{
background-color: #AA390A;
}
.BgClassName
{
background-color: #AA390A;
}
</style>
border-color css
<style>
span { border-color: #AA390A; }
span { border-color: rgb(170,57,10); }
td.TdClassName
{
border-color: #AA390A;
}
.TagClassName
{
border-color: #AA390A;
}
</style>