Shades of Rust #AA3A09
Tints of Rust #AA3A09
RGB
CMYK
RGB Variations
Color information
#AA3A09 (or 0xAA3A09) is known color: Rust. HEX triplet: AA, 3A and 09. RGB value is (170,58,9). Sum of RGB (Red+Green+Blue) = 170+58+9=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A09 is #55C5F6. Grayscale: #565656. Windows color (decimal): -5621239 or 604842. OLE color: 604842.
HSL color Cylindrical-coordinate representation of color #AA3A09: hue angle of 18.26º 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 #AA3A09 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.33 |
| HSL | 18.26º | 0.9% | 0.35% | - |
| HSV(B) | 18.26º | 0.95% | 0.67% | - |
| XYZ | 18.14 | 11.59 | 1.54 | - |
| YUV | 85.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 9 | 0 | 0.66 | 0.95 | 0.33 | 18.26 | 0.9 | 0.35 |
| Hex | AA | 3A | 9 | 0 | 42 | 5F | 21 | 12 | 5A | 23 |
| Octal | 252 | 72 | 11 | 0 | 102 | 137 | 41 | 22 | 132 | 43 |
| Binary | 10101010 | 111010 | 1001 | 0 | 1000010 | 1011111 | 100001 | 10010 | 1011010 | 100011 |
Color Harmonies of #AA3A09
Complementary color
Monochromatic Colors of #AA3A09
Black with #AA3A09
Text Example
Text Example
White with #AA3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A09; }
p { color: rgb(170,58,9); }
H1.HeaderClassName
{
color: #AA3A09;
}
.AnyTagClassName
{
color: #AA3A09;
}
</style>
background-color css
<style>
a { background-color: #AA3A09; }
a { background-color: rgb(170,58,9); }
div.DivClassName
{
background-color: #AA3A09;
}
.BgClassName
{
background-color: #AA3A09;
}
</style>
border-color css
<style>
span { border-color: #AA3A09; }
span { border-color: rgb(170,58,9); }
td.TdClassName
{
border-color: #AA3A09;
}
.TagClassName
{
border-color: #AA3A09;
}
</style>