Shades of Rust #AA3C19
Tints of Rust #AA3C19
RGB
CMYK
RGB Variations
Color information
#AA3C19 (or 0xAA3C19) is known color: Rust. HEX triplet: AA, 3C and 19. RGB value is (170,60,25). Sum of RGB (Red+Green+Blue) = 170+60+25=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C19 is #55C3E6. Grayscale: #595959. Windows color (decimal): -5620711 or 1653930. OLE color: 1653930.
HSL color Cylindrical-coordinate representation of color #AA3C19: hue angle of 14.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA3C19 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 25 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.33 |
| HSL | 14.48º | 0.74% | 0.38% | - |
| HSV(B) | 14.48º | 0.85% | 0.67% | - |
| XYZ | 18.37 | 11.85 | 2.24 | - |
| YUV | 88.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 25 | 0 | 0.65 | 0.85 | 0.33 | 14.48 | 0.74 | 0.38 |
| Hex | AA | 3C | 19 | 0 | 41 | 55 | 21 | E | 4A | 26 |
| Octal | 252 | 74 | 31 | 0 | 101 | 125 | 41 | 16 | 112 | 46 |
| Binary | 10101010 | 111100 | 11001 | 0 | 1000001 | 1010101 | 100001 | 1110 | 1001010 | 100110 |
Color Harmonies of #AA3C19
Complementary color
Monochromatic Colors of #AA3C19
Black with #AA3C19
Text Example
Text Example
White with #AA3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C19; }
p { color: rgb(170,60,25); }
H1.HeaderClassName
{
color: #AA3C19;
}
.AnyTagClassName
{
color: #AA3C19;
}
</style>
background-color css
<style>
a { background-color: #AA3C19; }
a { background-color: rgb(170,60,25); }
div.DivClassName
{
background-color: #AA3C19;
}
.BgClassName
{
background-color: #AA3C19;
}
</style>
border-color css
<style>
span { border-color: #AA3C19; }
span { border-color: rgb(170,60,25); }
td.TdClassName
{
border-color: #AA3C19;
}
.TagClassName
{
border-color: #AA3C19;
}
</style>