Shades of Rust #AE2C0E
Tints of Rust #AE2C0E
RGB
CMYK
RGB Variations
Color information
#AE2C0E (or 0xAE2C0E) is known color: Rust. HEX triplet: AE, 2C and 0E. RGB value is (174,44,14). Sum of RGB (Red+Green+Blue) = 174+44+14=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C0E is #51D3F1. Grayscale: #4F4F4F. Windows color (decimal): -5362674 or 928942. OLE color: 928942.
HSL color Cylindrical-coordinate representation of color #AE2C0E: hue angle of 11.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 #AE2C0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 14 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.32 |
| HSL | 11.25º | 0.85% | 0.37% | - |
| HSV(B) | 11.25º | 0.92% | 0.68% | - |
| XYZ | 18.44 | 10.83 | 1.53 | - |
| YUV | 79.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 14 | 0 | 0.75 | 0.92 | 0.32 | 11.25 | 0.85 | 0.37 |
| Hex | AE | 2C | E | 0 | 4B | 5C | 20 | B | 55 | 25 |
| Octal | 256 | 54 | 16 | 0 | 113 | 134 | 40 | 13 | 125 | 45 |
| Binary | 10101110 | 101100 | 1110 | 0 | 1001011 | 1011100 | 100000 | 1011 | 1010101 | 100101 |
Color Harmonies of #AE2C0E
Complementary color
Monochromatic Colors of #AE2C0E
Black with #AE2C0E
Text Example
Text Example
White with #AE2C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C0E; }
p { color: rgb(174,44,14); }
H1.HeaderClassName
{
color: #AE2C0E;
}
.AnyTagClassName
{
color: #AE2C0E;
}
</style>
background-color css
<style>
a { background-color: #AE2C0E; }
a { background-color: rgb(174,44,14); }
div.DivClassName
{
background-color: #AE2C0E;
}
.BgClassName
{
background-color: #AE2C0E;
}
</style>
border-color css
<style>
span { border-color: #AE2C0E; }
span { border-color: rgb(174,44,14); }
td.TdClassName
{
border-color: #AE2C0E;
}
.TagClassName
{
border-color: #AE2C0E;
}
</style>