Shades of Rust #AE5412
Tints of Rust #AE5412
RGB
CMYK
RGB Variations
Color information
#AE5412 (or 0xAE5412) is known color: Rust. HEX triplet: AE, 54 and 12. RGB value is (174,84,18). Sum of RGB (Red+Green+Blue) = 174+84+18=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5412 is #51ABED. Grayscale: #676767. Windows color (decimal): -5352430 or 1201326. OLE color: 1201326.
HSL color Cylindrical-coordinate representation of color #AE5412: hue angle of 25.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE5412 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.32 |
| HSL | 25.38º | 0.81% | 0.38% | - |
| HSV(B) | 25.38º | 0.9% | 0.68% | - |
| XYZ | 20.74 | 15.38 | 2.45 | - |
| YUV | 103.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 18 | 0 | 0.52 | 0.90 | 0.32 | 25.38 | 0.81 | 0.38 |
| Hex | AE | 54 | 12 | 0 | 34 | 5A | 20 | 19 | 51 | 26 |
| Octal | 256 | 124 | 22 | 0 | 64 | 132 | 40 | 31 | 121 | 46 |
| Binary | 10101110 | 1010100 | 10010 | 0 | 110100 | 1011010 | 100000 | 11001 | 1010001 | 100110 |
Color Harmonies of #AE5412
Complementary color
Monochromatic Colors of #AE5412
Black with #AE5412
Text Example
Text Example
White with #AE5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5412; }
p { color: rgb(174,84,18); }
H1.HeaderClassName
{
color: #AE5412;
}
.AnyTagClassName
{
color: #AE5412;
}
</style>
background-color css
<style>
a { background-color: #AE5412; }
a { background-color: rgb(174,84,18); }
div.DivClassName
{
background-color: #AE5412;
}
.BgClassName
{
background-color: #AE5412;
}
</style>
border-color css
<style>
span { border-color: #AE5412; }
span { border-color: rgb(174,84,18); }
td.TdClassName
{
border-color: #AE5412;
}
.TagClassName
{
border-color: #AE5412;
}
</style>