Shades of Rust #AE3C0E
Tints of Rust #AE3C0E
RGB
CMYK
RGB Variations
Color information
#AE3C0E (or 0xAE3C0E) is known color: Rust. HEX triplet: AE, 3C and 0E. RGB value is (174,60,14). Sum of RGB (Red+Green+Blue) = 174+60+14=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C0E is #51C3F1. Grayscale: #595959. Windows color (decimal): -5358578 or 933038. OLE color: 933038.
HSL color Cylindrical-coordinate representation of color #AE3C0E: hue angle of 17.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE3C0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.32 |
| HSL | 17.25º | 0.85% | 0.37% | - |
| HSV(B) | 17.25º | 0.92% | 0.68% | - |
| XYZ | 19.15 | 12.26 | 1.77 | - |
| YUV | 88.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 14 | 0 | 0.66 | 0.92 | 0.32 | 17.25 | 0.85 | 0.37 |
| Hex | AE | 3C | E | 0 | 42 | 5C | 20 | 11 | 55 | 25 |
| Octal | 256 | 74 | 16 | 0 | 102 | 134 | 40 | 21 | 125 | 45 |
| Binary | 10101110 | 111100 | 1110 | 0 | 1000010 | 1011100 | 100000 | 10001 | 1010101 | 100101 |
Color Harmonies of #AE3C0E
Complementary color
Monochromatic Colors of #AE3C0E
Black with #AE3C0E
Text Example
Text Example
White with #AE3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C0E; }
p { color: rgb(174,60,14); }
H1.HeaderClassName
{
color: #AE3C0E;
}
.AnyTagClassName
{
color: #AE3C0E;
}
</style>
background-color css
<style>
a { background-color: #AE3C0E; }
a { background-color: rgb(174,60,14); }
div.DivClassName
{
background-color: #AE3C0E;
}
.BgClassName
{
background-color: #AE3C0E;
}
</style>
border-color css
<style>
span { border-color: #AE3C0E; }
span { border-color: rgb(174,60,14); }
td.TdClassName
{
border-color: #AE3C0E;
}
.TagClassName
{
border-color: #AE3C0E;
}
</style>