Shades of Rust #AA4402
Tints of Rust #AA4402
RGB
CMYK
RGB Variations
Color information
#AA4402 (or 0xAA4402) is known color: Rust. HEX triplet: AA, 44 and 02. RGB value is (170,68,2). Sum of RGB (Red+Green+Blue) = 170+68+2=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4402 is #55BBFD. Grayscale: #5B5B5B. Windows color (decimal): -5618686 or 148650. OLE color: 148650.
HSL color Cylindrical-coordinate representation of color #AA4402: hue angle of 23.57º 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 #AA4402 is Cyan = 0, Magento = 0.6, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 2 | - |
| CMYK | 0 | 0.6 | 0.99 | 0.33 |
| HSL | 23.57º | 0.98% | 0.34% | - |
| HSV(B) | 23.57º | 0.99% | 0.67% | - |
| XYZ | 18.66 | 12.68 | 1.52 | - |
| YUV | 90.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 2 | 0 | 0.6 | 0.99 | 0.33 | 23.57 | 0.98 | 0.34 |
| Hex | AA | 44 | 2 | 0 | 3C | 63 | 21 | 18 | 62 | 22 |
| Octal | 252 | 104 | 2 | 0 | 74 | 143 | 41 | 30 | 142 | 42 |
| Binary | 10101010 | 1000100 | 10 | 0 | 111100 | 1100011 | 100001 | 11000 | 1100010 | 100010 |
Color Harmonies of #AA4402
Complementary color
Monochromatic Colors of #AA4402
Black with #AA4402
Text Example
Text Example
White with #AA4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4402; }
p { color: rgb(170,68,2); }
H1.HeaderClassName
{
color: #AA4402;
}
.AnyTagClassName
{
color: #AA4402;
}
</style>
background-color css
<style>
a { background-color: #AA4402; }
a { background-color: rgb(170,68,2); }
div.DivClassName
{
background-color: #AA4402;
}
.BgClassName
{
background-color: #AA4402;
}
</style>
border-color css
<style>
span { border-color: #AA4402; }
span { border-color: rgb(170,68,2); }
td.TdClassName
{
border-color: #AA4402;
}
.TagClassName
{
border-color: #AA4402;
}
</style>