Shades of Rust #AA3600
Tints of Rust #AA3600
RGB
CMYK
RGB Variations
Color information
#AA3600 (or 0xAA3600) is known color: Rust. HEX triplet: AA, 36 and 00. RGB value is (170,54,0). Sum of RGB (Red+Green+Blue) = 170+54+0=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3600 is #55C9FF. Grayscale: #525252. Windows color (decimal): -5622272 or 13994. OLE color: 13994.
HSL color Cylindrical-coordinate representation of color #AA3600: hue angle of 19.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA3600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.33 |
| HSL | 19.06º | 1% | 0.33% | - |
| HSV(B) | 19.06º | 1% | 0.67% | - |
| XYZ | 17.9 | 11.18 | 1.22 | - |
| YUV | 82.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 0 | 0 | 0.68 | 1 | 0.33 | 19.06 | 1 | 0.33 |
| Hex | AA | 36 | 0 | 0 | 44 | 64 | 21 | 13 | 64 | 21 |
| Octal | 252 | 66 | 0 | 0 | 104 | 144 | 41 | 23 | 144 | 41 |
| Binary | 10101010 | 110110 | 0 | 0 | 1000100 | 1100100 | 100001 | 10011 | 1100100 | 100001 |
Color Harmonies of #AA3600
Complementary color
Monochromatic Colors of #AA3600
Black with #AA3600
Text Example
Text Example
White with #AA3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3600; }
p { color: rgb(170,54,0); }
H1.HeaderClassName
{
color: #AA3600;
}
.AnyTagClassName
{
color: #AA3600;
}
</style>
background-color css
<style>
a { background-color: #AA3600; }
a { background-color: rgb(170,54,0); }
div.DivClassName
{
background-color: #AA3600;
}
.BgClassName
{
background-color: #AA3600;
}
</style>
border-color css
<style>
span { border-color: #AA3600; }
span { border-color: rgb(170,54,0); }
td.TdClassName
{
border-color: #AA3600;
}
.TagClassName
{
border-color: #AA3600;
}
</style>