Shades of Rust #AA3D09
Tints of Rust #AA3D09
RGB
CMYK
RGB Variations
Color information
#AA3D09 (or 0xAA3D09) is known color: Rust. HEX triplet: AA, 3D and 09. RGB value is (170,61,9). Sum of RGB (Red+Green+Blue) = 170+61+9=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D09 is #55C2F6. Grayscale: #575757. Windows color (decimal): -5620471 or 605610. OLE color: 605610.
HSL color Cylindrical-coordinate representation of color #AA3D09: hue angle of 19.38º 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 #AA3D09 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.33 |
| HSL | 19.38º | 0.9% | 0.35% | - |
| HSV(B) | 19.38º | 0.95% | 0.67% | - |
| XYZ | 18.3 | 11.9 | 1.59 | - |
| YUV | 87.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 9 | 0 | 0.64 | 0.95 | 0.33 | 19.38 | 0.9 | 0.35 |
| Hex | AA | 3D | 9 | 0 | 40 | 5F | 21 | 13 | 5A | 23 |
| Octal | 252 | 75 | 11 | 0 | 100 | 137 | 41 | 23 | 132 | 43 |
| Binary | 10101010 | 111101 | 1001 | 0 | 1000000 | 1011111 | 100001 | 10011 | 1011010 | 100011 |
Color Harmonies of #AA3D09
Complementary color
Monochromatic Colors of #AA3D09
Black with #AA3D09
Text Example
Text Example
White with #AA3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D09; }
p { color: rgb(170,61,9); }
H1.HeaderClassName
{
color: #AA3D09;
}
.AnyTagClassName
{
color: #AA3D09;
}
</style>
background-color css
<style>
a { background-color: #AA3D09; }
a { background-color: rgb(170,61,9); }
div.DivClassName
{
background-color: #AA3D09;
}
.BgClassName
{
background-color: #AA3D09;
}
</style>
border-color css
<style>
span { border-color: #AA3D09; }
span { border-color: rgb(170,61,9); }
td.TdClassName
{
border-color: #AA3D09;
}
.TagClassName
{
border-color: #AA3D09;
}
</style>