Shades of Rust #AA3701
Tints of Rust #AA3701
RGB
CMYK
RGB Variations
Color information
#AA3701 (or 0xAA3701) is known color: Rust. HEX triplet: AA, 37 and 01. RGB value is (170,55,1). Sum of RGB (Red+Green+Blue) = 170+55+1=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3701 is #55C8FE. Grayscale: #535353. Windows color (decimal): -5622015 or 79786. OLE color: 79786.
HSL color Cylindrical-coordinate representation of color #AA3701: hue angle of 19.17º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA3701 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.33 |
| HSL | 19.17º | 0.99% | 0.34% | - |
| HSV(B) | 19.17º | 0.99% | 0.67% | - |
| XYZ | 17.95 | 11.28 | 1.26 | - |
| YUV | 83.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 1 | 0 | 0.68 | 0.99 | 0.33 | 19.17 | 0.99 | 0.34 |
| Hex | AA | 37 | 1 | 0 | 44 | 63 | 21 | 13 | 63 | 22 |
| Octal | 252 | 67 | 1 | 0 | 104 | 143 | 41 | 23 | 143 | 42 |
| Binary | 10101010 | 110111 | 1 | 0 | 1000100 | 1100011 | 100001 | 10011 | 1100011 | 100010 |
Color Harmonies of #AA3701
Complementary color
Monochromatic Colors of #AA3701
Black with #AA3701
Text Example
Text Example
White with #AA3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3701; }
p { color: rgb(170,55,1); }
H1.HeaderClassName
{
color: #AA3701;
}
.AnyTagClassName
{
color: #AA3701;
}
</style>
background-color css
<style>
a { background-color: #AA3701; }
a { background-color: rgb(170,55,1); }
div.DivClassName
{
background-color: #AA3701;
}
.BgClassName
{
background-color: #AA3701;
}
</style>
border-color css
<style>
span { border-color: #AA3701; }
span { border-color: rgb(170,55,1); }
td.TdClassName
{
border-color: #AA3701;
}
.TagClassName
{
border-color: #AA3701;
}
</style>