Shades of Rust #AE5210
Tints of Rust #AE5210
RGB
CMYK
RGB Variations
Color information
#AE5210 (or 0xAE5210) is known color: Rust. HEX triplet: AE, 52 and 10. RGB value is (174,82,16). Sum of RGB (Red+Green+Blue) = 174+82+16=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5210 is #51ADEF. Grayscale: #666666. Windows color (decimal): -5352944 or 1069742. OLE color: 1069742.
HSL color Cylindrical-coordinate representation of color #AE5210: hue angle of 25.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE5210 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.32 |
| HSL | 25.06º | 0.83% | 0.37% | - |
| HSV(B) | 25.06º | 0.91% | 0.68% | - |
| XYZ | 20.57 | 15.07 | 2.32 | - |
| YUV | 101.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 16 | 0 | 0.53 | 0.91 | 0.32 | 25.06 | 0.83 | 0.37 |
| Hex | AE | 52 | 10 | 0 | 35 | 5B | 20 | 19 | 53 | 25 |
| Octal | 256 | 122 | 20 | 0 | 65 | 133 | 40 | 31 | 123 | 45 |
| Binary | 10101110 | 1010010 | 10000 | 0 | 110101 | 1011011 | 100000 | 11001 | 1010011 | 100101 |
Color Harmonies of #AE5210
Complementary color
Monochromatic Colors of #AE5210
Black with #AE5210
Text Example
Text Example
White with #AE5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5210; }
p { color: rgb(174,82,16); }
H1.HeaderClassName
{
color: #AE5210;
}
.AnyTagClassName
{
color: #AE5210;
}
</style>
background-color css
<style>
a { background-color: #AE5210; }
a { background-color: rgb(174,82,16); }
div.DivClassName
{
background-color: #AE5210;
}
.BgClassName
{
background-color: #AE5210;
}
</style>
border-color css
<style>
span { border-color: #AE5210; }
span { border-color: rgb(174,82,16); }
td.TdClassName
{
border-color: #AE5210;
}
.TagClassName
{
border-color: #AE5210;
}
</style>