Shades of Rust #AE3710
Tints of Rust #AE3710
RGB
CMYK
RGB Variations
Color information
#AE3710 (or 0xAE3710) is known color: Rust. HEX triplet: AE, 37 and 10. RGB value is (174,55,16). Sum of RGB (Red+Green+Blue) = 174+55+16=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3710 is #51C8EF. Grayscale: #565656. Windows color (decimal): -5359856 or 1062830. OLE color: 1062830.
HSL color Cylindrical-coordinate representation of color #AE3710: hue angle of 14.81º 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 #AE3710 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 16 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.32 |
| HSL | 14.81º | 0.83% | 0.37% | - |
| HSV(B) | 14.81º | 0.91% | 0.68% | - |
| XYZ | 18.92 | 11.77 | 1.76 | - |
| YUV | 86.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 16 | 0 | 0.68 | 0.91 | 0.32 | 14.81 | 0.83 | 0.37 |
| Hex | AE | 37 | 10 | 0 | 44 | 5B | 20 | F | 53 | 25 |
| Octal | 256 | 67 | 20 | 0 | 104 | 133 | 40 | 17 | 123 | 45 |
| Binary | 10101110 | 110111 | 10000 | 0 | 1000100 | 1011011 | 100000 | 1111 | 1010011 | 100101 |
Color Harmonies of #AE3710
Complementary color
Monochromatic Colors of #AE3710
Black with #AE3710
Text Example
Text Example
White with #AE3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3710; }
p { color: rgb(174,55,16); }
H1.HeaderClassName
{
color: #AE3710;
}
.AnyTagClassName
{
color: #AE3710;
}
</style>
background-color css
<style>
a { background-color: #AE3710; }
a { background-color: rgb(174,55,16); }
div.DivClassName
{
background-color: #AE3710;
}
.BgClassName
{
background-color: #AE3710;
}
</style>
border-color css
<style>
span { border-color: #AE3710; }
span { border-color: rgb(174,55,16); }
td.TdClassName
{
border-color: #AE3710;
}
.TagClassName
{
border-color: #AE3710;
}
</style>