Shades of Rust #AA3611
Tints of Rust #AA3611
RGB
CMYK
RGB Variations
Color information
#AA3611 (or 0xAA3611) is known color: Rust. HEX triplet: AA, 36 and 11. RGB value is (170,54,17). Sum of RGB (Red+Green+Blue) = 170+54+17=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3611 is #55C9EE. Grayscale: #545454. Windows color (decimal): -5622255 or 1128106. OLE color: 1128106.
HSL color Cylindrical-coordinate representation of color #AA3611: hue angle of 14.51º 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 #AA3611 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 17 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.33 |
| HSL | 14.51º | 0.82% | 0.37% | - |
| HSV(B) | 14.51º | 0.9% | 0.67% | - |
| XYZ | 18 | 11.22 | 1.75 | - |
| YUV | 84.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 17 | 0 | 0.68 | 0.9 | 0.33 | 14.51 | 0.82 | 0.37 |
| Hex | AA | 36 | 11 | 0 | 44 | 5A | 21 | F | 52 | 25 |
| Octal | 252 | 66 | 21 | 0 | 104 | 132 | 41 | 17 | 122 | 45 |
| Binary | 10101010 | 110110 | 10001 | 0 | 1000100 | 1011010 | 100001 | 1111 | 1010010 | 100101 |
Color Harmonies of #AA3611
Complementary color
Monochromatic Colors of #AA3611
Black with #AA3611
Text Example
Text Example
White with #AA3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3611; }
p { color: rgb(170,54,17); }
H1.HeaderClassName
{
color: #AA3611;
}
.AnyTagClassName
{
color: #AA3611;
}
</style>
background-color css
<style>
a { background-color: #AA3611; }
a { background-color: rgb(170,54,17); }
div.DivClassName
{
background-color: #AA3611;
}
.BgClassName
{
background-color: #AA3611;
}
</style>
border-color css
<style>
span { border-color: #AA3611; }
span { border-color: rgb(170,54,17); }
td.TdClassName
{
border-color: #AA3611;
}
.TagClassName
{
border-color: #AA3611;
}
</style>