Shades of Rust #AA3409
Tints of Rust #AA3409
RGB
CMYK
RGB Variations
Color information
#AA3409 (or 0xAA3409) is known color: Rust. HEX triplet: AA, 34 and 09. RGB value is (170,52,9). Sum of RGB (Red+Green+Blue) = 170+52+9=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3409 is #55CBF6. Grayscale: #525252. Windows color (decimal): -5622775 or 603306. OLE color: 603306.
HSL color Cylindrical-coordinate representation of color #AA3409: hue angle of 16.02º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA3409 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.33 |
| HSL | 16.02º | 0.9% | 0.35% | - |
| HSV(B) | 16.02º | 0.95% | 0.67% | - |
| XYZ | 17.85 | 11.02 | 1.44 | - |
| YUV | 82.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 9 | 0 | 0.69 | 0.95 | 0.33 | 16.02 | 0.9 | 0.35 |
| Hex | AA | 34 | 9 | 0 | 45 | 5F | 21 | 10 | 5A | 23 |
| Octal | 252 | 64 | 11 | 0 | 105 | 137 | 41 | 20 | 132 | 43 |
| Binary | 10101010 | 110100 | 1001 | 0 | 1000101 | 1011111 | 100001 | 10000 | 1011010 | 100011 |
Color Harmonies of #AA3409
Complementary color
Monochromatic Colors of #AA3409
Black with #AA3409
Text Example
Text Example
White with #AA3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3409; }
p { color: rgb(170,52,9); }
H1.HeaderClassName
{
color: #AA3409;
}
.AnyTagClassName
{
color: #AA3409;
}
</style>
background-color css
<style>
a { background-color: #AA3409; }
a { background-color: rgb(170,52,9); }
div.DivClassName
{
background-color: #AA3409;
}
.BgClassName
{
background-color: #AA3409;
}
</style>
border-color css
<style>
span { border-color: #AA3409; }
span { border-color: rgb(170,52,9); }
td.TdClassName
{
border-color: #AA3409;
}
.TagClassName
{
border-color: #AA3409;
}
</style>