Shades of Rust #AE3E16
Tints of Rust #AE3E16
RGB
CMYK
RGB Variations
Color information
#AE3E16 (or 0xAE3E16) is known color: Rust. HEX triplet: AE, 3E and 16. RGB value is (174,62,22). Sum of RGB (Red+Green+Blue) = 174+62+22=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E16 is #51C1E9. Grayscale: #5B5B5B. Windows color (decimal): -5358058 or 1457838. OLE color: 1457838.
HSL color Cylindrical-coordinate representation of color #AE3E16: hue angle of 15.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE3E16 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 22 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.32 |
| HSL | 15.79º | 0.78% | 0.38% | - |
| HSV(B) | 15.79º | 0.87% | 0.68% | - |
| XYZ | 19.32 | 12.5 | 2.15 | - |
| YUV | 90.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 22 | 0 | 0.64 | 0.87 | 0.32 | 15.79 | 0.78 | 0.38 |
| Hex | AE | 3E | 16 | 0 | 40 | 57 | 20 | 10 | 4E | 26 |
| Octal | 256 | 76 | 26 | 0 | 100 | 127 | 40 | 20 | 116 | 46 |
| Binary | 10101110 | 111110 | 10110 | 0 | 1000000 | 1010111 | 100000 | 10000 | 1001110 | 100110 |
Color Harmonies of #AE3E16
Complementary color
Monochromatic Colors of #AE3E16
Black with #AE3E16
Text Example
Text Example
White with #AE3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E16; }
p { color: rgb(174,62,22); }
H1.HeaderClassName
{
color: #AE3E16;
}
.AnyTagClassName
{
color: #AE3E16;
}
</style>
background-color css
<style>
a { background-color: #AE3E16; }
a { background-color: rgb(174,62,22); }
div.DivClassName
{
background-color: #AE3E16;
}
.BgClassName
{
background-color: #AE3E16;
}
</style>
border-color css
<style>
span { border-color: #AE3E16; }
span { border-color: rgb(174,62,22); }
td.TdClassName
{
border-color: #AE3E16;
}
.TagClassName
{
border-color: #AE3E16;
}
</style>