Shades of Rust #AA420A
Tints of Rust #AA420A
RGB
CMYK
RGB Variations
Color information
#AA420A (or 0xAA420A) is known color: Rust. HEX triplet: AA, 42 and 0A. RGB value is (170,66,10). Sum of RGB (Red+Green+Blue) = 170+66+10=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA420A is #55BDF5. Grayscale: #5B5B5B. Windows color (decimal): -5619190 or 672426. OLE color: 672426.
HSL color Cylindrical-coordinate representation of color #AA420A: hue angle of 21º 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 #AA420A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.33 |
| HSL | 21º | 0.89% | 0.35% | - |
| HSV(B) | 21º | 0.94% | 0.67% | - |
| XYZ | 18.58 | 12.46 | 1.71 | - |
| YUV | 90.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 10 | 0 | 0.61 | 0.94 | 0.33 | 21 | 0.89 | 0.35 |
| Hex | AA | 42 | A | 0 | 3D | 5E | 21 | 15 | 59 | 23 |
| Octal | 252 | 102 | 12 | 0 | 75 | 136 | 41 | 25 | 131 | 43 |
| Binary | 10101010 | 1000010 | 1010 | 0 | 111101 | 1011110 | 100001 | 10101 | 1011001 | 100011 |
Color Harmonies of #AA420A
Complementary color
Monochromatic Colors of #AA420A
Black with #AA420A
Text Example
Text Example
White with #AA420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA420A; }
p { color: rgb(170,66,10); }
H1.HeaderClassName
{
color: #AA420A;
}
.AnyTagClassName
{
color: #AA420A;
}
</style>
background-color css
<style>
a { background-color: #AA420A; }
a { background-color: rgb(170,66,10); }
div.DivClassName
{
background-color: #AA420A;
}
.BgClassName
{
background-color: #AA420A;
}
</style>
border-color css
<style>
span { border-color: #AA420A; }
span { border-color: rgb(170,66,10); }
td.TdClassName
{
border-color: #AA420A;
}
.TagClassName
{
border-color: #AA420A;
}
</style>