Shades of Rust #AE4E14
Tints of Rust #AE4E14
RGB
CMYK
RGB Variations
Color information
#AE4E14 (or 0xAE4E14) is known color: Rust. HEX triplet: AE, 4E and 14. RGB value is (174,78,20). Sum of RGB (Red+Green+Blue) = 174+78+20=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4E14 is #51B1EB. Grayscale: #646464. Windows color (decimal): -5353964 or 1330862. OLE color: 1330862.
HSL color Cylindrical-coordinate representation of color #AE4E14: hue angle of 22.6º 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 #AE4E14 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 20 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.32 |
| HSL | 22.6º | 0.79% | 0.38% | - |
| HSV(B) | 22.6º | 0.89% | 0.68% | - |
| XYZ | 20.31 | 14.5 | 2.39 | - |
| YUV | 100.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 20 | 0 | 0.55 | 0.89 | 0.32 | 22.6 | 0.79 | 0.38 |
| Hex | AE | 4E | 14 | 0 | 37 | 59 | 20 | 17 | 4F | 26 |
| Octal | 256 | 116 | 24 | 0 | 67 | 131 | 40 | 27 | 117 | 46 |
| Binary | 10101110 | 1001110 | 10100 | 0 | 110111 | 1011001 | 100000 | 10111 | 1001111 | 100110 |
Color Harmonies of #AE4E14
Complementary color
Monochromatic Colors of #AE4E14
Black with #AE4E14
Text Example
Text Example
White with #AE4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E14; }
p { color: rgb(174,78,20); }
H1.HeaderClassName
{
color: #AE4E14;
}
.AnyTagClassName
{
color: #AE4E14;
}
</style>
background-color css
<style>
a { background-color: #AE4E14; }
a { background-color: rgb(174,78,20); }
div.DivClassName
{
background-color: #AE4E14;
}
.BgClassName
{
background-color: #AE4E14;
}
</style>
border-color css
<style>
span { border-color: #AE4E14; }
span { border-color: rgb(174,78,20); }
td.TdClassName
{
border-color: #AE4E14;
}
.TagClassName
{
border-color: #AE4E14;
}
</style>