Shades of Rust #AA3914
Tints of Rust #AA3914
RGB
CMYK
RGB Variations
Color information
#AA3914 (or 0xAA3914) is known color: Rust. HEX triplet: AA, 39 and 14. RGB value is (170,57,20). Sum of RGB (Red+Green+Blue) = 170+57+20=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3914 is #55C6EB. Grayscale: #565656. Windows color (decimal): -5621484 or 1325482. OLE color: 1325482.
HSL color Cylindrical-coordinate representation of color #AA3914: hue angle of 14.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA3914 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 20 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.33 |
| HSL | 14.8º | 0.79% | 0.37% | - |
| HSV(B) | 14.8º | 0.88% | 0.67% | - |
| XYZ | 18.17 | 11.52 | 1.93 | - |
| YUV | 86.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 20 | 0 | 0.66 | 0.88 | 0.33 | 14.8 | 0.79 | 0.37 |
| Hex | AA | 39 | 14 | 0 | 42 | 58 | 21 | F | 4F | 25 |
| Octal | 252 | 71 | 24 | 0 | 102 | 130 | 41 | 17 | 117 | 45 |
| Binary | 10101010 | 111001 | 10100 | 0 | 1000010 | 1011000 | 100001 | 1111 | 1001111 | 100101 |
Color Harmonies of #AA3914
Complementary color
Monochromatic Colors of #AA3914
Black with #AA3914
Text Example
Text Example
White with #AA3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3914; }
p { color: rgb(170,57,20); }
H1.HeaderClassName
{
color: #AA3914;
}
.AnyTagClassName
{
color: #AA3914;
}
</style>
background-color css
<style>
a { background-color: #AA3914; }
a { background-color: rgb(170,57,20); }
div.DivClassName
{
background-color: #AA3914;
}
.BgClassName
{
background-color: #AA3914;
}
</style>
border-color css
<style>
span { border-color: #AA3914; }
span { border-color: rgb(170,57,20); }
td.TdClassName
{
border-color: #AA3914;
}
.TagClassName
{
border-color: #AA3914;
}
</style>