Shades of Rust #AA3A1A
Tints of Rust #AA3A1A
RGB
CMYK
RGB Variations
Color information
#AA3A1A (or 0xAA3A1A) is known color: Rust. HEX triplet: AA, 3A and 1A. RGB value is (170,58,26). Sum of RGB (Red+Green+Blue) = 170+58+26=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A1A is #55C5E5. Grayscale: #585858. Windows color (decimal): -5621222 or 1718954. OLE color: 1718954.
HSL color Cylindrical-coordinate representation of color #AA3A1A: hue angle of 13.33º degrees, saturation: 0.73, 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 #AA3A1A is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 26 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.33 |
| HSL | 13.33º | 0.73% | 0.38% | - |
| HSV(B) | 13.33º | 0.85% | 0.67% | - |
| XYZ | 18.28 | 11.65 | 2.26 | - |
| YUV | 87.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 26 | 0 | 0.66 | 0.85 | 0.33 | 13.33 | 0.73 | 0.38 |
| Hex | AA | 3A | 1A | 0 | 42 | 55 | 21 | D | 49 | 26 |
| Octal | 252 | 72 | 32 | 0 | 102 | 125 | 41 | 15 | 111 | 46 |
| Binary | 10101010 | 111010 | 11010 | 0 | 1000010 | 1010101 | 100001 | 1101 | 1001001 | 100110 |
Color Harmonies of #AA3A1A
Complementary color
Monochromatic Colors of #AA3A1A
Black with #AA3A1A
Text Example
Text Example
White with #AA3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A1A; }
p { color: rgb(170,58,26); }
H1.HeaderClassName
{
color: #AA3A1A;
}
.AnyTagClassName
{
color: #AA3A1A;
}
</style>
background-color css
<style>
a { background-color: #AA3A1A; }
a { background-color: rgb(170,58,26); }
div.DivClassName
{
background-color: #AA3A1A;
}
.BgClassName
{
background-color: #AA3A1A;
}
</style>
border-color css
<style>
span { border-color: #AA3A1A; }
span { border-color: rgb(170,58,26); }
td.TdClassName
{
border-color: #AA3A1A;
}
.TagClassName
{
border-color: #AA3A1A;
}
</style>