Shades of Rust #AA3A1C
Tints of Rust #AA3A1C
RGB
CMYK
RGB Variations
Color information
#AA3A1C (or 0xAA3A1C) is known color: Rust. HEX triplet: AA, 3A and 1C. RGB value is (170,58,28). Sum of RGB (Red+Green+Blue) = 170+58+28=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A1C is #55C5E3. Grayscale: #585858. Windows color (decimal): -5621220 or 1850026. OLE color: 1850026.
HSL color Cylindrical-coordinate representation of color #AA3A1C: hue angle of 12.68º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA3A1C is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 28 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.33 |
| HSL | 12.68º | 0.72% | 0.39% | - |
| HSV(B) | 12.68º | 0.84% | 0.67% | - |
| XYZ | 18.3 | 11.66 | 2.38 | - |
| YUV | 88.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 28 | 0 | 0.66 | 0.84 | 0.33 | 12.68 | 0.72 | 0.39 |
| Hex | AA | 3A | 1C | 0 | 42 | 54 | 21 | D | 48 | 27 |
| Octal | 252 | 72 | 34 | 0 | 102 | 124 | 41 | 15 | 110 | 47 |
| Binary | 10101010 | 111010 | 11100 | 0 | 1000010 | 1010100 | 100001 | 1101 | 1001000 | 100111 |
Color Harmonies of #AA3A1C
Complementary color
Monochromatic Colors of #AA3A1C
Black with #AA3A1C
Text Example
Text Example
White with #AA3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A1C; }
p { color: rgb(170,58,28); }
H1.HeaderClassName
{
color: #AA3A1C;
}
.AnyTagClassName
{
color: #AA3A1C;
}
</style>
background-color css
<style>
a { background-color: #AA3A1C; }
a { background-color: rgb(170,58,28); }
div.DivClassName
{
background-color: #AA3A1C;
}
.BgClassName
{
background-color: #AA3A1C;
}
</style>
border-color css
<style>
span { border-color: #AA3A1C; }
span { border-color: rgb(170,58,28); }
td.TdClassName
{
border-color: #AA3A1C;
}
.TagClassName
{
border-color: #AA3A1C;
}
</style>