Shades of Rust #AA3A11
Tints of Rust #AA3A11
RGB
CMYK
RGB Variations
Color information
#AA3A11 (or 0xAA3A11) is known color: Rust. HEX triplet: AA, 3A and 11. RGB value is (170,58,17). Sum of RGB (Red+Green+Blue) = 170+58+17=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A11 is #55C5EE. Grayscale: #575757. Windows color (decimal): -5621231 or 1129130. OLE color: 1129130.
HSL color Cylindrical-coordinate representation of color #AA3A11: hue angle of 16.08º 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 #AA3A11 is Cyan = 0, Magento = 0.66, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 17 | - |
| CMYK | 0 | 0.66 | 0.9 | 0.33 |
| HSL | 16.08º | 0.82% | 0.37% | - |
| HSV(B) | 16.08º | 0.9% | 0.67% | - |
| XYZ | 18.19 | 11.61 | 1.81 | - |
| YUV | 86.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 17 | 0 | 0.66 | 0.9 | 0.33 | 16.08 | 0.82 | 0.37 |
| Hex | AA | 3A | 11 | 0 | 42 | 5A | 21 | 10 | 52 | 25 |
| Octal | 252 | 72 | 21 | 0 | 102 | 132 | 41 | 20 | 122 | 45 |
| Binary | 10101010 | 111010 | 10001 | 0 | 1000010 | 1011010 | 100001 | 10000 | 1010010 | 100101 |
Color Harmonies of #AA3A11
Complementary color
Monochromatic Colors of #AA3A11
Black with #AA3A11
Text Example
Text Example
White with #AA3A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A11; }
p { color: rgb(170,58,17); }
H1.HeaderClassName
{
color: #AA3A11;
}
.AnyTagClassName
{
color: #AA3A11;
}
</style>
background-color css
<style>
a { background-color: #AA3A11; }
a { background-color: rgb(170,58,17); }
div.DivClassName
{
background-color: #AA3A11;
}
.BgClassName
{
background-color: #AA3A11;
}
</style>
border-color css
<style>
span { border-color: #AA3A11; }
span { border-color: rgb(170,58,17); }
td.TdClassName
{
border-color: #AA3A11;
}
.TagClassName
{
border-color: #AA3A11;
}
</style>