Shades of Rust #AA3918
Tints of Rust #AA3918
RGB
CMYK
RGB Variations
Color information
#AA3918 (or 0xAA3918) is known color: Rust. HEX triplet: AA, 39 and 18. RGB value is (170,57,24). Sum of RGB (Red+Green+Blue) = 170+57+24=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3918 is #55C6E7. Grayscale: #575757. Windows color (decimal): -5621480 or 1587626. OLE color: 1587626.
HSL color Cylindrical-coordinate representation of color #AA3918: hue angle of 13.56º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA3918 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 24 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.33 |
| HSL | 13.56º | 0.75% | 0.38% | - |
| HSV(B) | 13.56º | 0.86% | 0.67% | - |
| XYZ | 18.21 | 11.54 | 2.13 | - |
| YUV | 87.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 24 | 0 | 0.66 | 0.86 | 0.33 | 13.56 | 0.75 | 0.38 |
| Hex | AA | 39 | 18 | 0 | 42 | 56 | 21 | E | 4B | 26 |
| Octal | 252 | 71 | 30 | 0 | 102 | 126 | 41 | 16 | 113 | 46 |
| Binary | 10101010 | 111001 | 11000 | 0 | 1000010 | 1010110 | 100001 | 1110 | 1001011 | 100110 |
Color Harmonies of #AA3918
Complementary color
Monochromatic Colors of #AA3918
Black with #AA3918
Text Example
Text Example
White with #AA3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3918; }
p { color: rgb(170,57,24); }
H1.HeaderClassName
{
color: #AA3918;
}
.AnyTagClassName
{
color: #AA3918;
}
</style>
background-color css
<style>
a { background-color: #AA3918; }
a { background-color: rgb(170,57,24); }
div.DivClassName
{
background-color: #AA3918;
}
.BgClassName
{
background-color: #AA3918;
}
</style>
border-color css
<style>
span { border-color: #AA3918; }
span { border-color: rgb(170,57,24); }
td.TdClassName
{
border-color: #AA3918;
}
.TagClassName
{
border-color: #AA3918;
}
</style>