Shades of Rust #AE4014
Tints of Rust #AE4014
RGB
CMYK
RGB Variations
Color information
#AE4014 (or 0xAE4014) is known color: Rust. HEX triplet: AE, 40 and 14. RGB value is (174,64,20). Sum of RGB (Red+Green+Blue) = 174+64+20=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4014 is #51BFEB. Grayscale: #5C5C5C. Windows color (decimal): -5357548 or 1327278. OLE color: 1327278.
HSL color Cylindrical-coordinate representation of color #AE4014: hue angle of 17.14º 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 #AE4014 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 20 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.32 |
| HSL | 17.14º | 0.79% | 0.38% | - |
| HSV(B) | 17.14º | 0.89% | 0.68% | - |
| XYZ | 19.42 | 12.72 | 2.09 | - |
| YUV | 91.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 20 | 0 | 0.63 | 0.89 | 0.32 | 17.14 | 0.79 | 0.38 |
| Hex | AE | 40 | 14 | 0 | 3F | 59 | 20 | 11 | 4F | 26 |
| Octal | 256 | 100 | 24 | 0 | 77 | 131 | 40 | 21 | 117 | 46 |
| Binary | 10101110 | 1000000 | 10100 | 0 | 111111 | 1011001 | 100000 | 10001 | 1001111 | 100110 |
Color Harmonies of #AE4014
Complementary color
Monochromatic Colors of #AE4014
Black with #AE4014
Text Example
Text Example
White with #AE4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4014; }
p { color: rgb(174,64,20); }
H1.HeaderClassName
{
color: #AE4014;
}
.AnyTagClassName
{
color: #AE4014;
}
</style>
background-color css
<style>
a { background-color: #AE4014; }
a { background-color: rgb(174,64,20); }
div.DivClassName
{
background-color: #AE4014;
}
.BgClassName
{
background-color: #AE4014;
}
</style>
border-color css
<style>
span { border-color: #AE4014; }
span { border-color: rgb(174,64,20); }
td.TdClassName
{
border-color: #AE4014;
}
.TagClassName
{
border-color: #AE4014;
}
</style>