Shades of Rust #AA3405
Tints of Rust #AA3405
RGB
CMYK
RGB Variations
Color information
#AA3405 (or 0xAA3405) is known color: Rust. HEX triplet: AA, 34 and 05. RGB value is (170,52,5). Sum of RGB (Red+Green+Blue) = 170+52+5=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3405 is #55CBFA. Grayscale: #525252. Windows color (decimal): -5622779 or 341162. OLE color: 341162.
HSL color Cylindrical-coordinate representation of color #AA3405: hue angle of 17.09º 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 #AA3405 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.33 |
| HSL | 17.09º | 0.94% | 0.34% | - |
| HSV(B) | 17.09º | 0.97% | 0.67% | - |
| XYZ | 17.83 | 11.01 | 1.33 | - |
| YUV | 81.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 5 | 0 | 0.69 | 0.97 | 0.33 | 17.09 | 0.94 | 0.34 |
| Hex | AA | 34 | 5 | 0 | 45 | 61 | 21 | 11 | 5E | 22 |
| Octal | 252 | 64 | 5 | 0 | 105 | 141 | 41 | 21 | 136 | 42 |
| Binary | 10101010 | 110100 | 101 | 0 | 1000101 | 1100001 | 100001 | 10001 | 1011110 | 100010 |
Color Harmonies of #AA3405
Complementary color
Monochromatic Colors of #AA3405
Black with #AA3405
Text Example
Text Example
White with #AA3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3405; }
p { color: rgb(170,52,5); }
H1.HeaderClassName
{
color: #AA3405;
}
.AnyTagClassName
{
color: #AA3405;
}
</style>
background-color css
<style>
a { background-color: #AA3405; }
a { background-color: rgb(170,52,5); }
div.DivClassName
{
background-color: #AA3405;
}
.BgClassName
{
background-color: #AA3405;
}
</style>
border-color css
<style>
span { border-color: #AA3405; }
span { border-color: rgb(170,52,5); }
td.TdClassName
{
border-color: #AA3405;
}
.TagClassName
{
border-color: #AA3405;
}
</style>