Shades of Rust #AA420D
Tints of Rust #AA420D
RGB
CMYK
RGB Variations
Color information
#AA420D (or 0xAA420D) is known color: Rust. HEX triplet: AA, 42 and 0D. RGB value is (170,66,13). Sum of RGB (Red+Green+Blue) = 170+66+13=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA420D is #55BDF2. Grayscale: #5B5B5B. Windows color (decimal): -5619187 or 869034. OLE color: 869034.
HSL color Cylindrical-coordinate representation of color #AA420D: hue angle of 20.25º 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 #AA420D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 13 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.33 |
| HSL | 20.25º | 0.86% | 0.36% | - |
| HSV(B) | 20.25º | 0.92% | 0.67% | - |
| XYZ | 18.6 | 12.47 | 1.81 | - |
| YUV | 91.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 13 | 0 | 0.61 | 0.92 | 0.33 | 20.25 | 0.86 | 0.36 |
| Hex | AA | 42 | D | 0 | 3D | 5C | 21 | 14 | 56 | 24 |
| Octal | 252 | 102 | 15 | 0 | 75 | 134 | 41 | 24 | 126 | 44 |
| Binary | 10101010 | 1000010 | 1101 | 0 | 111101 | 1011100 | 100001 | 10100 | 1010110 | 100100 |
Color Harmonies of #AA420D
Complementary color
Monochromatic Colors of #AA420D
Black with #AA420D
Text Example
Text Example
White with #AA420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA420D; }
p { color: rgb(170,66,13); }
H1.HeaderClassName
{
color: #AA420D;
}
.AnyTagClassName
{
color: #AA420D;
}
</style>
background-color css
<style>
a { background-color: #AA420D; }
a { background-color: rgb(170,66,13); }
div.DivClassName
{
background-color: #AA420D;
}
.BgClassName
{
background-color: #AA420D;
}
</style>
border-color css
<style>
span { border-color: #AA420D; }
span { border-color: rgb(170,66,13); }
td.TdClassName
{
border-color: #AA420D;
}
.TagClassName
{
border-color: #AA420D;
}
</style>