Shades of Rust #AA3A14
Tints of Rust #AA3A14
RGB
CMYK
RGB Variations
Color information
#AA3A14 (or 0xAA3A14) is known color: Rust. HEX triplet: AA, 3A and 14. RGB value is (170,58,20). Sum of RGB (Red+Green+Blue) = 170+58+20=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A14 is #55C5EB. Grayscale: #575757. Windows color (decimal): -5621228 or 1325738. OLE color: 1325738.
HSL color Cylindrical-coordinate representation of color #AA3A14: hue angle of 15.2º 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 #AA3A14 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 20 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.33 |
| HSL | 15.2º | 0.79% | 0.37% | - |
| HSV(B) | 15.2º | 0.88% | 0.67% | - |
| XYZ | 18.22 | 11.62 | 1.95 | - |
| YUV | 87.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 20 | 0 | 0.66 | 0.88 | 0.33 | 15.2 | 0.79 | 0.37 |
| Hex | AA | 3A | 14 | 0 | 42 | 58 | 21 | F | 4F | 25 |
| Octal | 252 | 72 | 24 | 0 | 102 | 130 | 41 | 17 | 117 | 45 |
| Binary | 10101010 | 111010 | 10100 | 0 | 1000010 | 1011000 | 100001 | 1111 | 1001111 | 100101 |
Color Harmonies of #AA3A14
Complementary color
Monochromatic Colors of #AA3A14
Black with #AA3A14
Text Example
Text Example
White with #AA3A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A14; }
p { color: rgb(170,58,20); }
H1.HeaderClassName
{
color: #AA3A14;
}
.AnyTagClassName
{
color: #AA3A14;
}
</style>
background-color css
<style>
a { background-color: #AA3A14; }
a { background-color: rgb(170,58,20); }
div.DivClassName
{
background-color: #AA3A14;
}
.BgClassName
{
background-color: #AA3A14;
}
</style>
border-color css
<style>
span { border-color: #AA3A14; }
span { border-color: rgb(170,58,20); }
td.TdClassName
{
border-color: #AA3A14;
}
.TagClassName
{
border-color: #AA3A14;
}
</style>