Shades of Rust #AA3C1D
Tints of Rust #AA3C1D
RGB
CMYK
RGB Variations
Color information
#AA3C1D (or 0xAA3C1D) is known color: Rust. HEX triplet: AA, 3C and 1D. RGB value is (170,60,29). Sum of RGB (Red+Green+Blue) = 170+60+29=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C1D is #55C3E2. Grayscale: #595959. Windows color (decimal): -5620707 or 1916074. OLE color: 1916074.
HSL color Cylindrical-coordinate representation of color #AA3C1D: hue angle of 13.19º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA3C1D is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 29 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.33 |
| HSL | 13.19º | 0.71% | 0.39% | - |
| HSV(B) | 13.19º | 0.83% | 0.67% | - |
| XYZ | 18.42 | 11.87 | 2.48 | - |
| YUV | 89.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 29 | 0 | 0.65 | 0.83 | 0.33 | 13.19 | 0.71 | 0.39 |
| Hex | AA | 3C | 1D | 0 | 41 | 53 | 21 | D | 47 | 27 |
| Octal | 252 | 74 | 35 | 0 | 101 | 123 | 41 | 15 | 107 | 47 |
| Binary | 10101010 | 111100 | 11101 | 0 | 1000001 | 1010011 | 100001 | 1101 | 1000111 | 100111 |
Color Harmonies of #AA3C1D
Complementary color
Monochromatic Colors of #AA3C1D
Black with #AA3C1D
Text Example
Text Example
White with #AA3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C1D; }
p { color: rgb(170,60,29); }
H1.HeaderClassName
{
color: #AA3C1D;
}
.AnyTagClassName
{
color: #AA3C1D;
}
</style>
background-color css
<style>
a { background-color: #AA3C1D; }
a { background-color: rgb(170,60,29); }
div.DivClassName
{
background-color: #AA3C1D;
}
.BgClassName
{
background-color: #AA3C1D;
}
</style>
border-color css
<style>
span { border-color: #AA3C1D; }
span { border-color: rgb(170,60,29); }
td.TdClassName
{
border-color: #AA3C1D;
}
.TagClassName
{
border-color: #AA3C1D;
}
</style>