Shades of Rust #AE5510
Tints of Rust #AE5510
RGB
CMYK
RGB Variations
Color information
#AE5510 (or 0xAE5510) is known color: Rust. HEX triplet: AE, 55 and 10. RGB value is (174,85,16). Sum of RGB (Red+Green+Blue) = 174+85+16=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5510 is #51AAEF. Grayscale: #686868. Windows color (decimal): -5352176 or 1070510. OLE color: 1070510.
HSL color Cylindrical-coordinate representation of color #AE5510: hue angle of 26.2º 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 #AE5510 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 16 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.32 |
| HSL | 26.2º | 0.83% | 0.37% | - |
| HSV(B) | 26.2º | 0.91% | 0.68% | - |
| XYZ | 20.8 | 15.53 | 2.39 | - |
| YUV | 103.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 16 | 0 | 0.51 | 0.91 | 0.32 | 26.2 | 0.83 | 0.37 |
| Hex | AE | 55 | 10 | 0 | 33 | 5B | 20 | 1A | 53 | 25 |
| Octal | 256 | 125 | 20 | 0 | 63 | 133 | 40 | 32 | 123 | 45 |
| Binary | 10101110 | 1010101 | 10000 | 0 | 110011 | 1011011 | 100000 | 11010 | 1010011 | 100101 |
Color Harmonies of #AE5510
Complementary color
Monochromatic Colors of #AE5510
Black with #AE5510
Text Example
Text Example
White with #AE5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5510; }
p { color: rgb(174,85,16); }
H1.HeaderClassName
{
color: #AE5510;
}
.AnyTagClassName
{
color: #AE5510;
}
</style>
background-color css
<style>
a { background-color: #AE5510; }
a { background-color: rgb(174,85,16); }
div.DivClassName
{
background-color: #AE5510;
}
.BgClassName
{
background-color: #AE5510;
}
</style>
border-color css
<style>
span { border-color: #AE5510; }
span { border-color: rgb(174,85,16); }
td.TdClassName
{
border-color: #AE5510;
}
.TagClassName
{
border-color: #AE5510;
}
</style>