Shades of Rust #AA3014
Tints of Rust #AA3014
RGB
CMYK
RGB Variations
Color information
#AA3014 (or 0xAA3014) is known color: Rust. HEX triplet: AA, 30 and 14. RGB value is (170,48,20). Sum of RGB (Red+Green+Blue) = 170+48+20=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3014 is #55CFEB. Grayscale: #515151. Windows color (decimal): -5623788 or 1323178. OLE color: 1323178.
HSL color Cylindrical-coordinate representation of color #AA3014: hue angle of 11.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 #AA3014 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 20 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.33 |
| HSL | 11.2º | 0.79% | 0.37% | - |
| HSV(B) | 11.2º | 0.88% | 0.67% | - |
| XYZ | 17.76 | 10.71 | 1.79 | - |
| YUV | 81.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 20 | 0 | 0.72 | 0.88 | 0.33 | 11.2 | 0.79 | 0.37 |
| Hex | AA | 30 | 14 | 0 | 48 | 58 | 21 | B | 4F | 25 |
| Octal | 252 | 60 | 24 | 0 | 110 | 130 | 41 | 13 | 117 | 45 |
| Binary | 10101010 | 110000 | 10100 | 0 | 1001000 | 1011000 | 100001 | 1011 | 1001111 | 100101 |
Color Harmonies of #AA3014
Complementary color
Monochromatic Colors of #AA3014
Black with #AA3014
Text Example
Text Example
White with #AA3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3014; }
p { color: rgb(170,48,20); }
H1.HeaderClassName
{
color: #AA3014;
}
.AnyTagClassName
{
color: #AA3014;
}
</style>
background-color css
<style>
a { background-color: #AA3014; }
a { background-color: rgb(170,48,20); }
div.DivClassName
{
background-color: #AA3014;
}
.BgClassName
{
background-color: #AA3014;
}
</style>
border-color css
<style>
span { border-color: #AA3014; }
span { border-color: rgb(170,48,20); }
td.TdClassName
{
border-color: #AA3014;
}
.TagClassName
{
border-color: #AA3014;
}
</style>