Shades of Rust #AE3412
Tints of Rust #AE3412
RGB
CMYK
RGB Variations
Color information
#AE3412 (or 0xAE3412) is known color: Rust. HEX triplet: AE, 34 and 12. RGB value is (174,52,18). Sum of RGB (Red+Green+Blue) = 174+52+18=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3412 is #51CBED. Grayscale: #545454. Windows color (decimal): -5360622 or 1193134. OLE color: 1193134.
HSL color Cylindrical-coordinate representation of color #AE3412: hue angle of 13.08º 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 #AE3412 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.32 |
| HSL | 13.08º | 0.81% | 0.38% | - |
| HSV(B) | 13.08º | 0.9% | 0.68% | - |
| XYZ | 18.79 | 11.5 | 1.8 | - |
| YUV | 84.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 18 | 0 | 0.70 | 0.90 | 0.32 | 13.08 | 0.81 | 0.38 |
| Hex | AE | 34 | 12 | 0 | 46 | 5A | 20 | D | 51 | 26 |
| Octal | 256 | 64 | 22 | 0 | 106 | 132 | 40 | 15 | 121 | 46 |
| Binary | 10101110 | 110100 | 10010 | 0 | 1000110 | 1011010 | 100000 | 1101 | 1010001 | 100110 |
Color Harmonies of #AE3412
Complementary color
Monochromatic Colors of #AE3412
Black with #AE3412
Text Example
Text Example
White with #AE3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3412; }
p { color: rgb(174,52,18); }
H1.HeaderClassName
{
color: #AE3412;
}
.AnyTagClassName
{
color: #AE3412;
}
</style>
background-color css
<style>
a { background-color: #AE3412; }
a { background-color: rgb(174,52,18); }
div.DivClassName
{
background-color: #AE3412;
}
.BgClassName
{
background-color: #AE3412;
}
</style>
border-color css
<style>
span { border-color: #AE3412; }
span { border-color: rgb(174,52,18); }
td.TdClassName
{
border-color: #AE3412;
}
.TagClassName
{
border-color: #AE3412;
}
</style>