Shades of Rust #AA4202
Tints of Rust #AA4202
RGB
CMYK
RGB Variations
Color information
#AA4202 (or 0xAA4202) is known color: Rust. HEX triplet: AA, 42 and 02. RGB value is (170,66,2). Sum of RGB (Red+Green+Blue) = 170+66+2=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4202 is #55BDFD. Grayscale: #5A5A5A. Windows color (decimal): -5619198 or 148138. OLE color: 148138.
HSL color Cylindrical-coordinate representation of color #AA4202: hue angle of 22.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA4202 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.33 |
| HSL | 22.86º | 0.98% | 0.34% | - |
| HSV(B) | 22.86º | 0.99% | 0.67% | - |
| XYZ | 18.54 | 12.45 | 1.48 | - |
| YUV | 89.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 2 | 0 | 0.61 | 0.99 | 0.33 | 22.86 | 0.98 | 0.34 |
| Hex | AA | 42 | 2 | 0 | 3D | 63 | 21 | 17 | 62 | 22 |
| Octal | 252 | 102 | 2 | 0 | 75 | 143 | 41 | 27 | 142 | 42 |
| Binary | 10101010 | 1000010 | 10 | 0 | 111101 | 1100011 | 100001 | 10111 | 1100010 | 100010 |
Color Harmonies of #AA4202
Complementary color
Monochromatic Colors of #AA4202
Black with #AA4202
Text Example
Text Example
White with #AA4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4202; }
p { color: rgb(170,66,2); }
H1.HeaderClassName
{
color: #AA4202;
}
.AnyTagClassName
{
color: #AA4202;
}
</style>
background-color css
<style>
a { background-color: #AA4202; }
a { background-color: rgb(170,66,2); }
div.DivClassName
{
background-color: #AA4202;
}
.BgClassName
{
background-color: #AA4202;
}
</style>
border-color css
<style>
span { border-color: #AA4202; }
span { border-color: rgb(170,66,2); }
td.TdClassName
{
border-color: #AA4202;
}
.TagClassName
{
border-color: #AA4202;
}
</style>