Shades of Rust #AA3816
Tints of Rust #AA3816
RGB
CMYK
RGB Variations
Color information
#AA3816 (or 0xAA3816) is known color: Rust. HEX triplet: AA, 38 and 16. RGB value is (170,56,22). Sum of RGB (Red+Green+Blue) = 170+56+22=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3816 is #55C7E9. Grayscale: #565656. Windows color (decimal): -5621738 or 1456298. OLE color: 1456298.
HSL color Cylindrical-coordinate representation of color #AA3816: hue angle of 13.78º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA3816 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 22 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.33 |
| HSL | 13.78º | 0.77% | 0.38% | - |
| HSV(B) | 13.78º | 0.87% | 0.67% | - |
| XYZ | 18.14 | 11.43 | 2.01 | - |
| YUV | 86.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 22 | 0 | 0.67 | 0.87 | 0.33 | 13.78 | 0.77 | 0.38 |
| Hex | AA | 38 | 16 | 0 | 43 | 57 | 21 | E | 4D | 26 |
| Octal | 252 | 70 | 26 | 0 | 103 | 127 | 41 | 16 | 115 | 46 |
| Binary | 10101010 | 111000 | 10110 | 0 | 1000011 | 1010111 | 100001 | 1110 | 1001101 | 100110 |
Color Harmonies of #AA3816
Complementary color
Monochromatic Colors of #AA3816
Black with #AA3816
Text Example
Text Example
White with #AA3816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3816; }
p { color: rgb(170,56,22); }
H1.HeaderClassName
{
color: #AA3816;
}
.AnyTagClassName
{
color: #AA3816;
}
</style>
background-color css
<style>
a { background-color: #AA3816; }
a { background-color: rgb(170,56,22); }
div.DivClassName
{
background-color: #AA3816;
}
.BgClassName
{
background-color: #AA3816;
}
</style>
border-color css
<style>
span { border-color: #AA3816; }
span { border-color: rgb(170,56,22); }
td.TdClassName
{
border-color: #AA3816;
}
.TagClassName
{
border-color: #AA3816;
}
</style>