Shades of Rust #AA3614
Tints of Rust #AA3614
RGB
CMYK
RGB Variations
Color information
#AA3614 (or 0xAA3614) is known color: Rust. HEX triplet: AA, 36 and 14. RGB value is (170,54,20). Sum of RGB (Red+Green+Blue) = 170+54+20=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3614 is #55C9EB. Grayscale: #555555. Windows color (decimal): -5622252 or 1324714. OLE color: 1324714.
HSL color Cylindrical-coordinate representation of color #AA3614: hue angle of 13.6º 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 #AA3614 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 20 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.33 |
| HSL | 13.6º | 0.79% | 0.37% | - |
| HSV(B) | 13.6º | 0.88% | 0.67% | - |
| XYZ | 18.02 | 11.23 | 1.88 | - |
| YUV | 84.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 20 | 0 | 0.68 | 0.88 | 0.33 | 13.6 | 0.79 | 0.37 |
| Hex | AA | 36 | 14 | 0 | 44 | 58 | 21 | E | 4F | 25 |
| Octal | 252 | 66 | 24 | 0 | 104 | 130 | 41 | 16 | 117 | 45 |
| Binary | 10101010 | 110110 | 10100 | 0 | 1000100 | 1011000 | 100001 | 1110 | 1001111 | 100101 |
Color Harmonies of #AA3614
Complementary color
Monochromatic Colors of #AA3614
Black with #AA3614
Text Example
Text Example
White with #AA3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3614; }
p { color: rgb(170,54,20); }
H1.HeaderClassName
{
color: #AA3614;
}
.AnyTagClassName
{
color: #AA3614;
}
</style>
background-color css
<style>
a { background-color: #AA3614; }
a { background-color: rgb(170,54,20); }
div.DivClassName
{
background-color: #AA3614;
}
.BgClassName
{
background-color: #AA3614;
}
</style>
border-color css
<style>
span { border-color: #AA3614; }
span { border-color: rgb(170,54,20); }
td.TdClassName
{
border-color: #AA3614;
}
.TagClassName
{
border-color: #AA3614;
}
</style>