Shades of Rust #AA3605
Tints of Rust #AA3605
RGB
CMYK
RGB Variations
Color information
#AA3605 (or 0xAA3605) is known color: Rust. HEX triplet: AA, 36 and 05. RGB value is (170,54,5). Sum of RGB (Red+Green+Blue) = 170+54+5=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3605 is #55C9FA. Grayscale: #535353. Windows color (decimal): -5622267 or 341674. OLE color: 341674.
HSL color Cylindrical-coordinate representation of color #AA3605: hue angle of 17.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA3605 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.33 |
| HSL | 17.82º | 0.94% | 0.34% | - |
| HSV(B) | 17.82º | 0.97% | 0.67% | - |
| XYZ | 17.92 | 11.2 | 1.36 | - |
| YUV | 83.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 5 | 0 | 0.68 | 0.97 | 0.33 | 17.82 | 0.94 | 0.34 |
| Hex | AA | 36 | 5 | 0 | 44 | 61 | 21 | 12 | 5E | 22 |
| Octal | 252 | 66 | 5 | 0 | 104 | 141 | 41 | 22 | 136 | 42 |
| Binary | 10101010 | 110110 | 101 | 0 | 1000100 | 1100001 | 100001 | 10010 | 1011110 | 100010 |
Color Harmonies of #AA3605
Complementary color
Monochromatic Colors of #AA3605
Black with #AA3605
Text Example
Text Example
White with #AA3605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3605; }
p { color: rgb(170,54,5); }
H1.HeaderClassName
{
color: #AA3605;
}
.AnyTagClassName
{
color: #AA3605;
}
</style>
background-color css
<style>
a { background-color: #AA3605; }
a { background-color: rgb(170,54,5); }
div.DivClassName
{
background-color: #AA3605;
}
.BgClassName
{
background-color: #AA3605;
}
</style>
border-color css
<style>
span { border-color: #AA3605; }
span { border-color: rgb(170,54,5); }
td.TdClassName
{
border-color: #AA3605;
}
.TagClassName
{
border-color: #AA3605;
}
</style>