Shades of Rust #AA3C09
Tints of Rust #AA3C09
RGB
CMYK
RGB Variations
Color information
#AA3C09 (or 0xAA3C09) is known color: Rust. HEX triplet: AA, 3C and 09. RGB value is (170,60,9). Sum of RGB (Red+Green+Blue) = 170+60+9=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C09 is #55C3F6. Grayscale: #575757. Windows color (decimal): -5620727 or 605354. OLE color: 605354.
HSL color Cylindrical-coordinate representation of color #AA3C09: hue angle of 19.01º 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 #AA3C09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.33 |
| HSL | 19.01º | 0.9% | 0.35% | - |
| HSV(B) | 19.01º | 0.95% | 0.67% | - |
| XYZ | 18.24 | 11.8 | 1.57 | - |
| YUV | 87.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 9 | 0 | 0.65 | 0.95 | 0.33 | 19.01 | 0.9 | 0.35 |
| Hex | AA | 3C | 9 | 0 | 41 | 5F | 21 | 13 | 5A | 23 |
| Octal | 252 | 74 | 11 | 0 | 101 | 137 | 41 | 23 | 132 | 43 |
| Binary | 10101010 | 111100 | 1001 | 0 | 1000001 | 1011111 | 100001 | 10011 | 1011010 | 100011 |
Color Harmonies of #AA3C09
Complementary color
Monochromatic Colors of #AA3C09
Black with #AA3C09
Text Example
Text Example
White with #AA3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C09; }
p { color: rgb(170,60,9); }
H1.HeaderClassName
{
color: #AA3C09;
}
.AnyTagClassName
{
color: #AA3C09;
}
</style>
background-color css
<style>
a { background-color: #AA3C09; }
a { background-color: rgb(170,60,9); }
div.DivClassName
{
background-color: #AA3C09;
}
.BgClassName
{
background-color: #AA3C09;
}
</style>
border-color css
<style>
span { border-color: #AA3C09; }
span { border-color: rgb(170,60,9); }
td.TdClassName
{
border-color: #AA3C09;
}
.TagClassName
{
border-color: #AA3C09;
}
</style>