Shades of Rust #AA3A19
Tints of Rust #AA3A19
RGB
CMYK
RGB Variations
Color information
#AA3A19 (or 0xAA3A19) is known color: Rust. HEX triplet: AA, 3A and 19. RGB value is (170,58,25). Sum of RGB (Red+Green+Blue) = 170+58+25=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A19 is #55C5E6. Grayscale: #575757. Windows color (decimal): -5621223 or 1653418. OLE color: 1653418.
HSL color Cylindrical-coordinate representation of color #AA3A19: hue angle of 13.66º 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 #AA3A19 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 25 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.33 |
| HSL | 13.66º | 0.74% | 0.38% | - |
| HSV(B) | 13.66º | 0.85% | 0.67% | - |
| XYZ | 18.27 | 11.64 | 2.2 | - |
| YUV | 87.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 25 | 0 | 0.66 | 0.85 | 0.33 | 13.66 | 0.74 | 0.38 |
| Hex | AA | 3A | 19 | 0 | 42 | 55 | 21 | E | 4A | 26 |
| Octal | 252 | 72 | 31 | 0 | 102 | 125 | 41 | 16 | 112 | 46 |
| Binary | 10101010 | 111010 | 11001 | 0 | 1000010 | 1010101 | 100001 | 1110 | 1001010 | 100110 |
Color Harmonies of #AA3A19
Complementary color
Monochromatic Colors of #AA3A19
Black with #AA3A19
Text Example
Text Example
White with #AA3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A19; }
p { color: rgb(170,58,25); }
H1.HeaderClassName
{
color: #AA3A19;
}
.AnyTagClassName
{
color: #AA3A19;
}
</style>
background-color css
<style>
a { background-color: #AA3A19; }
a { background-color: rgb(170,58,25); }
div.DivClassName
{
background-color: #AA3A19;
}
.BgClassName
{
background-color: #AA3A19;
}
</style>
border-color css
<style>
span { border-color: #AA3A19; }
span { border-color: rgb(170,58,25); }
td.TdClassName
{
border-color: #AA3A19;
}
.TagClassName
{
border-color: #AA3A19;
}
</style>