Shades of Rust #AA3D1C
Tints of Rust #AA3D1C
RGB
CMYK
RGB Variations
Color information
#AA3D1C (or 0xAA3D1C) is known color: Rust. HEX triplet: AA, 3D and 1C. RGB value is (170,61,28). Sum of RGB (Red+Green+Blue) = 170+61+28=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D1C is #55C2E3. Grayscale: #5A5A5A. Windows color (decimal): -5620452 or 1850794. OLE color: 1850794.
HSL color Cylindrical-coordinate representation of color #AA3D1C: hue angle of 13.94º 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 #AA3D1C is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 28 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.33 |
| HSL | 13.94º | 0.72% | 0.39% | - |
| HSV(B) | 13.94º | 0.84% | 0.67% | - |
| XYZ | 18.46 | 11.97 | 2.44 | - |
| YUV | 89.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 28 | 0 | 0.64 | 0.84 | 0.33 | 13.94 | 0.72 | 0.39 |
| Hex | AA | 3D | 1C | 0 | 40 | 54 | 21 | E | 48 | 27 |
| Octal | 252 | 75 | 34 | 0 | 100 | 124 | 41 | 16 | 110 | 47 |
| Binary | 10101010 | 111101 | 11100 | 0 | 1000000 | 1010100 | 100001 | 1110 | 1001000 | 100111 |
Color Harmonies of #AA3D1C
Complementary color
Monochromatic Colors of #AA3D1C
Black with #AA3D1C
Text Example
Text Example
White with #AA3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D1C; }
p { color: rgb(170,61,28); }
H1.HeaderClassName
{
color: #AA3D1C;
}
.AnyTagClassName
{
color: #AA3D1C;
}
</style>
background-color css
<style>
a { background-color: #AA3D1C; }
a { background-color: rgb(170,61,28); }
div.DivClassName
{
background-color: #AA3D1C;
}
.BgClassName
{
background-color: #AA3D1C;
}
</style>
border-color css
<style>
span { border-color: #AA3D1C; }
span { border-color: rgb(170,61,28); }
td.TdClassName
{
border-color: #AA3D1C;
}
.TagClassName
{
border-color: #AA3D1C;
}
</style>