Shades of Rust #AE4710
Tints of Rust #AE4710
RGB
CMYK
RGB Variations
Color information
#AE4710 (or 0xAE4710) is known color: Rust. HEX triplet: AE, 47 and 10. RGB value is (174,71,16). Sum of RGB (Red+Green+Blue) = 174+71+16=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4710 is #51B8EF. Grayscale: #5F5F5F. Windows color (decimal): -5355760 or 1066926. OLE color: 1066926.
HSL color Cylindrical-coordinate representation of color #AE4710: hue angle of 20.89º 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 #AE4710 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 16 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.32 |
| HSL | 20.89º | 0.83% | 0.37% | - |
| HSV(B) | 20.89º | 0.91% | 0.68% | - |
| XYZ | 19.8 | 13.54 | 2.06 | - |
| YUV | 95.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 16 | 0 | 0.59 | 0.91 | 0.32 | 20.89 | 0.83 | 0.37 |
| Hex | AE | 47 | 10 | 0 | 3B | 5B | 20 | 15 | 53 | 25 |
| Octal | 256 | 107 | 20 | 0 | 73 | 133 | 40 | 25 | 123 | 45 |
| Binary | 10101110 | 1000111 | 10000 | 0 | 111011 | 1011011 | 100000 | 10101 | 1010011 | 100101 |
Color Harmonies of #AE4710
Complementary color
Monochromatic Colors of #AE4710
Black with #AE4710
Text Example
Text Example
White with #AE4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4710; }
p { color: rgb(174,71,16); }
H1.HeaderClassName
{
color: #AE4710;
}
.AnyTagClassName
{
color: #AE4710;
}
</style>
background-color css
<style>
a { background-color: #AE4710; }
a { background-color: rgb(174,71,16); }
div.DivClassName
{
background-color: #AE4710;
}
.BgClassName
{
background-color: #AE4710;
}
</style>
border-color css
<style>
span { border-color: #AE4710; }
span { border-color: rgb(174,71,16); }
td.TdClassName
{
border-color: #AE4710;
}
.TagClassName
{
border-color: #AE4710;
}
</style>