Shades of Rust #AA3411
Tints of Rust #AA3411
RGB
CMYK
RGB Variations
Color information
#AA3411 (or 0xAA3411) is known color: Rust. HEX triplet: AA, 34 and 11. RGB value is (170,52,17). Sum of RGB (Red+Green+Blue) = 170+52+17=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3411 is #55CBEE. Grayscale: #535353. Windows color (decimal): -5622767 or 1127594. OLE color: 1127594.
HSL color Cylindrical-coordinate representation of color #AA3411: hue angle of 13.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA3411 is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 17 | - |
| CMYK | 0 | 0.69 | 0.9 | 0.33 |
| HSL | 13.73º | 0.82% | 0.37% | - |
| HSV(B) | 13.73º | 0.9% | 0.67% | - |
| XYZ | 17.91 | 11.04 | 1.72 | - |
| YUV | 83.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 17 | 0 | 0.69 | 0.9 | 0.33 | 13.73 | 0.82 | 0.37 |
| Hex | AA | 34 | 11 | 0 | 45 | 5A | 21 | E | 52 | 25 |
| Octal | 252 | 64 | 21 | 0 | 105 | 132 | 41 | 16 | 122 | 45 |
| Binary | 10101010 | 110100 | 10001 | 0 | 1000101 | 1011010 | 100001 | 1110 | 1010010 | 100101 |
Color Harmonies of #AA3411
Complementary color
Monochromatic Colors of #AA3411
Black with #AA3411
Text Example
Text Example
White with #AA3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3411; }
p { color: rgb(170,52,17); }
H1.HeaderClassName
{
color: #AA3411;
}
.AnyTagClassName
{
color: #AA3411;
}
</style>
background-color css
<style>
a { background-color: #AA3411; }
a { background-color: rgb(170,52,17); }
div.DivClassName
{
background-color: #AA3411;
}
.BgClassName
{
background-color: #AA3411;
}
</style>
border-color css
<style>
span { border-color: #AA3411; }
span { border-color: rgb(170,52,17); }
td.TdClassName
{
border-color: #AA3411;
}
.TagClassName
{
border-color: #AA3411;
}
</style>