Shades of Rust #AA420E
Tints of Rust #AA420E
RGB
CMYK
RGB Variations
Color information
#AA420E (or 0xAA420E) is known color: Rust. HEX triplet: AA, 42 and 0E. RGB value is (170,66,14). Sum of RGB (Red+Green+Blue) = 170+66+14=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA420E is #55BDF1. Grayscale: #5B5B5B. Windows color (decimal): -5619186 or 934570. OLE color: 934570.
HSL color Cylindrical-coordinate representation of color #AA420E: hue angle of 20º 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 #AA420E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.33 |
| HSL | 20º | 0.85% | 0.36% | - |
| HSV(B) | 20º | 0.92% | 0.67% | - |
| XYZ | 18.61 | 12.47 | 1.84 | - |
| YUV | 91.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 14 | 0 | 0.61 | 0.92 | 0.33 | 20 | 0.85 | 0.36 |
| Hex | AA | 42 | E | 0 | 3D | 5C | 21 | 14 | 55 | 24 |
| Octal | 252 | 102 | 16 | 0 | 75 | 134 | 41 | 24 | 125 | 44 |
| Binary | 10101010 | 1000010 | 1110 | 0 | 111101 | 1011100 | 100001 | 10100 | 1010101 | 100100 |
Color Harmonies of #AA420E
Complementary color
Monochromatic Colors of #AA420E
Black with #AA420E
Text Example
Text Example
White with #AA420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA420E; }
p { color: rgb(170,66,14); }
H1.HeaderClassName
{
color: #AA420E;
}
.AnyTagClassName
{
color: #AA420E;
}
</style>
background-color css
<style>
a { background-color: #AA420E; }
a { background-color: rgb(170,66,14); }
div.DivClassName
{
background-color: #AA420E;
}
.BgClassName
{
background-color: #AA420E;
}
</style>
border-color css
<style>
span { border-color: #AA420E; }
span { border-color: rgb(170,66,14); }
td.TdClassName
{
border-color: #AA420E;
}
.TagClassName
{
border-color: #AA420E;
}
</style>