Shades of Rust #AA4118
Tints of Rust #AA4118
RGB
CMYK
RGB Variations
Color information
#AA4118 (or 0xAA4118) is known color: Rust. HEX triplet: AA, 41 and 18. RGB value is (170,65,24). Sum of RGB (Red+Green+Blue) = 170+65+24=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4118 is #55BEE7. Grayscale: #5B5B5B. Windows color (decimal): -5619432 or 1589674. OLE color: 1589674.
HSL color Cylindrical-coordinate representation of color #AA4118: hue angle of 16.85º 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 #AA4118 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 24 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.33 |
| HSL | 16.85º | 0.75% | 0.38% | - |
| HSV(B) | 16.85º | 0.86% | 0.67% | - |
| XYZ | 18.63 | 12.39 | 2.27 | - |
| YUV | 91.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 24 | 0 | 0.62 | 0.86 | 0.33 | 16.85 | 0.75 | 0.38 |
| Hex | AA | 41 | 18 | 0 | 3E | 56 | 21 | 11 | 4B | 26 |
| Octal | 252 | 101 | 30 | 0 | 76 | 126 | 41 | 21 | 113 | 46 |
| Binary | 10101010 | 1000001 | 11000 | 0 | 111110 | 1010110 | 100001 | 10001 | 1001011 | 100110 |
Color Harmonies of #AA4118
Complementary color
Monochromatic Colors of #AA4118
Black with #AA4118
Text Example
Text Example
White with #AA4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4118; }
p { color: rgb(170,65,24); }
H1.HeaderClassName
{
color: #AA4118;
}
.AnyTagClassName
{
color: #AA4118;
}
</style>
background-color css
<style>
a { background-color: #AA4118; }
a { background-color: rgb(170,65,24); }
div.DivClassName
{
background-color: #AA4118;
}
.BgClassName
{
background-color: #AA4118;
}
</style>
border-color css
<style>
span { border-color: #AA4118; }
span { border-color: rgb(170,65,24); }
td.TdClassName
{
border-color: #AA4118;
}
.TagClassName
{
border-color: #AA4118;
}
</style>