Shades of Rust #AA3F14
Tints of Rust #AA3F14
RGB
CMYK
RGB Variations
Color information
#AA3F14 (or 0xAA3F14) is known color: Rust. HEX triplet: AA, 3F and 14. RGB value is (170,63,20). Sum of RGB (Red+Green+Blue) = 170+63+20=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F14 is #55C0EB. Grayscale: #5A5A5A. Windows color (decimal): -5619948 or 1327018. OLE color: 1327018.
HSL color Cylindrical-coordinate representation of color #AA3F14: hue angle of 17.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 #AA3F14 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 20 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.33 |
| HSL | 17.2º | 0.79% | 0.37% | - |
| HSV(B) | 17.2º | 0.88% | 0.67% | - |
| XYZ | 18.48 | 12.15 | 2.03 | - |
| YUV | 90.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 20 | 0 | 0.63 | 0.88 | 0.33 | 17.2 | 0.79 | 0.37 |
| Hex | AA | 3F | 14 | 0 | 3F | 58 | 21 | 11 | 4F | 25 |
| Octal | 252 | 77 | 24 | 0 | 77 | 130 | 41 | 21 | 117 | 45 |
| Binary | 10101010 | 111111 | 10100 | 0 | 111111 | 1011000 | 100001 | 10001 | 1001111 | 100101 |
Color Harmonies of #AA3F14
Complementary color
Monochromatic Colors of #AA3F14
Black with #AA3F14
Text Example
Text Example
White with #AA3F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F14; }
p { color: rgb(170,63,20); }
H1.HeaderClassName
{
color: #AA3F14;
}
.AnyTagClassName
{
color: #AA3F14;
}
</style>
background-color css
<style>
a { background-color: #AA3F14; }
a { background-color: rgb(170,63,20); }
div.DivClassName
{
background-color: #AA3F14;
}
.BgClassName
{
background-color: #AA3F14;
}
</style>
border-color css
<style>
span { border-color: #AA3F14; }
span { border-color: rgb(170,63,20); }
td.TdClassName
{
border-color: #AA3F14;
}
.TagClassName
{
border-color: #AA3F14;
}
</style>