Shades of Rust #AE4210
Tints of Rust #AE4210
RGB
CMYK
RGB Variations
Color information
#AE4210 (or 0xAE4210) is known color: Rust. HEX triplet: AE, 42 and 10. RGB value is (174,66,16). Sum of RGB (Red+Green+Blue) = 174+66+16=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4210 is #51BDEF. Grayscale: #5C5C5C. Windows color (decimal): -5357040 or 1065646. OLE color: 1065646.
HSL color Cylindrical-coordinate representation of color #AE4210: hue angle of 18.99º 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 #AE4210 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.32 |
| HSL | 18.99º | 0.83% | 0.37% | - |
| HSV(B) | 18.99º | 0.91% | 0.68% | - |
| XYZ | 19.5 | 12.93 | 1.96 | - |
| YUV | 92.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 16 | 0 | 0.62 | 0.91 | 0.32 | 18.99 | 0.83 | 0.37 |
| Hex | AE | 42 | 10 | 0 | 3E | 5B | 20 | 13 | 53 | 25 |
| Octal | 256 | 102 | 20 | 0 | 76 | 133 | 40 | 23 | 123 | 45 |
| Binary | 10101110 | 1000010 | 10000 | 0 | 111110 | 1011011 | 100000 | 10011 | 1010011 | 100101 |
Color Harmonies of #AE4210
Complementary color
Monochromatic Colors of #AE4210
Black with #AE4210
Text Example
Text Example
White with #AE4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4210; }
p { color: rgb(174,66,16); }
H1.HeaderClassName
{
color: #AE4210;
}
.AnyTagClassName
{
color: #AE4210;
}
</style>
background-color css
<style>
a { background-color: #AE4210; }
a { background-color: rgb(174,66,16); }
div.DivClassName
{
background-color: #AE4210;
}
.BgClassName
{
background-color: #AE4210;
}
</style>
border-color css
<style>
span { border-color: #AE4210; }
span { border-color: rgb(174,66,16); }
td.TdClassName
{
border-color: #AE4210;
}
.TagClassName
{
border-color: #AE4210;
}
</style>