Shades of Rust #AA420C
Tints of Rust #AA420C
RGB
CMYK
RGB Variations
Color information
#AA420C (or 0xAA420C) is known color: Rust. HEX triplet: AA, 42 and 0C. RGB value is (170,66,12). Sum of RGB (Red+Green+Blue) = 170+66+12=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA420C is #55BDF3. Grayscale: #5B5B5B. Windows color (decimal): -5619188 or 803498. OLE color: 803498.
HSL color Cylindrical-coordinate representation of color #AA420C: hue angle of 20.51º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA420C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.33 |
| HSL | 20.51º | 0.87% | 0.36% | - |
| HSV(B) | 20.51º | 0.93% | 0.67% | - |
| XYZ | 18.59 | 12.47 | 1.77 | - |
| YUV | 90.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 12 | 0 | 0.61 | 0.93 | 0.33 | 20.51 | 0.87 | 0.36 |
| Hex | AA | 42 | C | 0 | 3D | 5D | 21 | 15 | 57 | 24 |
| Octal | 252 | 102 | 14 | 0 | 75 | 135 | 41 | 25 | 127 | 44 |
| Binary | 10101010 | 1000010 | 1100 | 0 | 111101 | 1011101 | 100001 | 10101 | 1010111 | 100100 |
Color Harmonies of #AA420C
Complementary color
Monochromatic Colors of #AA420C
Black with #AA420C
Text Example
Text Example
White with #AA420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA420C; }
p { color: rgb(170,66,12); }
H1.HeaderClassName
{
color: #AA420C;
}
.AnyTagClassName
{
color: #AA420C;
}
</style>
background-color css
<style>
a { background-color: #AA420C; }
a { background-color: rgb(170,66,12); }
div.DivClassName
{
background-color: #AA420C;
}
.BgClassName
{
background-color: #AA420C;
}
</style>
border-color css
<style>
span { border-color: #AA420C; }
span { border-color: rgb(170,66,12); }
td.TdClassName
{
border-color: #AA420C;
}
.TagClassName
{
border-color: #AA420C;
}
</style>