Shades of Rust #AE5014
Tints of Rust #AE5014
RGB
CMYK
RGB Variations
Color information
#AE5014 (or 0xAE5014) is known color: Rust. HEX triplet: AE, 50 and 14. RGB value is (174,80,20). Sum of RGB (Red+Green+Blue) = 174+80+20=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5014 is #51AFEB. Grayscale: #656565. Windows color (decimal): -5353452 or 1331374. OLE color: 1331374.
HSL color Cylindrical-coordinate representation of color #AE5014: hue angle of 23.38º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE5014 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.32 |
| HSL | 23.38º | 0.79% | 0.38% | - |
| HSV(B) | 23.38º | 0.89% | 0.68% | - |
| XYZ | 20.45 | 14.79 | 2.44 | - |
| YUV | 101.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 20 | 0 | 0.54 | 0.89 | 0.32 | 23.38 | 0.79 | 0.38 |
| Hex | AE | 50 | 14 | 0 | 36 | 59 | 20 | 17 | 4F | 26 |
| Octal | 256 | 120 | 24 | 0 | 66 | 131 | 40 | 27 | 117 | 46 |
| Binary | 10101110 | 1010000 | 10100 | 0 | 110110 | 1011001 | 100000 | 10111 | 1001111 | 100110 |
Color Harmonies of #AE5014
Complementary color
Monochromatic Colors of #AE5014
Black with #AE5014
Text Example
Text Example
White with #AE5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5014; }
p { color: rgb(174,80,20); }
H1.HeaderClassName
{
color: #AE5014;
}
.AnyTagClassName
{
color: #AE5014;
}
</style>
background-color css
<style>
a { background-color: #AE5014; }
a { background-color: rgb(174,80,20); }
div.DivClassName
{
background-color: #AE5014;
}
.BgClassName
{
background-color: #AE5014;
}
</style>
border-color css
<style>
span { border-color: #AE5014; }
span { border-color: rgb(174,80,20); }
td.TdClassName
{
border-color: #AE5014;
}
.TagClassName
{
border-color: #AE5014;
}
</style>