Shades of Rust #AA420F
Tints of Rust #AA420F
RGB
CMYK
RGB Variations
Color information
#AA420F (or 0xAA420F) is known color: Rust. HEX triplet: AA, 42 and 0F. RGB value is (170,66,15). Sum of RGB (Red+Green+Blue) = 170+66+15=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA420F is #55BDF0. Grayscale: #5B5B5B. Windows color (decimal): -5619185 or 1000106. OLE color: 1000106.
HSL color Cylindrical-coordinate representation of color #AA420F: hue angle of 19.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA420F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.33 |
| HSL | 19.74º | 0.84% | 0.36% | - |
| HSV(B) | 19.74º | 0.91% | 0.67% | - |
| XYZ | 18.61 | 12.48 | 1.88 | - |
| YUV | 91.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 15 | 0 | 0.61 | 0.91 | 0.33 | 19.74 | 0.84 | 0.36 |
| Hex | AA | 42 | F | 0 | 3D | 5B | 21 | 14 | 54 | 24 |
| Octal | 252 | 102 | 17 | 0 | 75 | 133 | 41 | 24 | 124 | 44 |
| Binary | 10101010 | 1000010 | 1111 | 0 | 111101 | 1011011 | 100001 | 10100 | 1010100 | 100100 |
Color Harmonies of #AA420F
Complementary color
Monochromatic Colors of #AA420F
Black with #AA420F
Text Example
Text Example
White with #AA420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA420F; }
p { color: rgb(170,66,15); }
H1.HeaderClassName
{
color: #AA420F;
}
.AnyTagClassName
{
color: #AA420F;
}
</style>
background-color css
<style>
a { background-color: #AA420F; }
a { background-color: rgb(170,66,15); }
div.DivClassName
{
background-color: #AA420F;
}
.BgClassName
{
background-color: #AA420F;
}
</style>
border-color css
<style>
span { border-color: #AA420F; }
span { border-color: rgb(170,66,15); }
td.TdClassName
{
border-color: #AA420F;
}
.TagClassName
{
border-color: #AA420F;
}
</style>