Shades of Rust #AE3510
Tints of Rust #AE3510
RGB
CMYK
RGB Variations
Color information
#AE3510 (or 0xAE3510) is known color: Rust. HEX triplet: AE, 35 and 10. RGB value is (174,53,16). Sum of RGB (Red+Green+Blue) = 174+53+16=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3510 is #51CAEF. Grayscale: #555555. Windows color (decimal): -5360368 or 1062318. OLE color: 1062318.
HSL color Cylindrical-coordinate representation of color #AE3510: hue angle of 14.05º 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 #AE3510 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.32 |
| HSL | 14.05º | 0.83% | 0.37% | - |
| HSV(B) | 14.05º | 0.91% | 0.68% | - |
| XYZ | 18.82 | 11.58 | 1.73 | - |
| YUV | 84.96 | 89.09 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 16 | 0 | 0.70 | 0.91 | 0.32 | 14.05 | 0.83 | 0.37 |
| Hex | AE | 35 | 10 | 0 | 46 | 5B | 20 | E | 53 | 25 |
| Octal | 256 | 65 | 20 | 0 | 106 | 133 | 40 | 16 | 123 | 45 |
| Binary | 10101110 | 110101 | 10000 | 0 | 1000110 | 1011011 | 100000 | 1110 | 1010011 | 100101 |
Color Harmonies of #AE3510
Complementary color
Monochromatic Colors of #AE3510
Black with #AE3510
Text Example
Text Example
White with #AE3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3510; }
p { color: rgb(174,53,16); }
H1.HeaderClassName
{
color: #AE3510;
}
.AnyTagClassName
{
color: #AE3510;
}
</style>
background-color css
<style>
a { background-color: #AE3510; }
a { background-color: rgb(174,53,16); }
div.DivClassName
{
background-color: #AE3510;
}
.BgClassName
{
background-color: #AE3510;
}
</style>
border-color css
<style>
span { border-color: #AE3510; }
span { border-color: rgb(174,53,16); }
td.TdClassName
{
border-color: #AE3510;
}
.TagClassName
{
border-color: #AE3510;
}
</style>