Shades of Rust #AE4614
Tints of Rust #AE4614
RGB
CMYK
RGB Variations
Color information
#AE4614 (or 0xAE4614) is known color: Rust. HEX triplet: AE, 46 and 14. RGB value is (174,70,20). Sum of RGB (Red+Green+Blue) = 174+70+20=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4614 is #51B9EB. Grayscale: #5F5F5F. Windows color (decimal): -5356012 or 1328814. OLE color: 1328814.
HSL color Cylindrical-coordinate representation of color #AE4614: hue angle of 19.48º 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 #AE4614 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 20 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.32 |
| HSL | 19.48º | 0.79% | 0.38% | - |
| HSV(B) | 19.48º | 0.89% | 0.68% | - |
| XYZ | 19.77 | 13.43 | 2.21 | - |
| YUV | 95.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 20 | 0 | 0.60 | 0.89 | 0.32 | 19.48 | 0.79 | 0.38 |
| Hex | AE | 46 | 14 | 0 | 3C | 59 | 20 | 13 | 4F | 26 |
| Octal | 256 | 106 | 24 | 0 | 74 | 131 | 40 | 23 | 117 | 46 |
| Binary | 10101110 | 1000110 | 10100 | 0 | 111100 | 1011001 | 100000 | 10011 | 1001111 | 100110 |
Color Harmonies of #AE4614
Complementary color
Monochromatic Colors of #AE4614
Black with #AE4614
Text Example
Text Example
White with #AE4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4614; }
p { color: rgb(174,70,20); }
H1.HeaderClassName
{
color: #AE4614;
}
.AnyTagClassName
{
color: #AE4614;
}
</style>
background-color css
<style>
a { background-color: #AE4614; }
a { background-color: rgb(174,70,20); }
div.DivClassName
{
background-color: #AE4614;
}
.BgClassName
{
background-color: #AE4614;
}
</style>
border-color css
<style>
span { border-color: #AE4614; }
span { border-color: rgb(174,70,20); }
td.TdClassName
{
border-color: #AE4614;
}
.TagClassName
{
border-color: #AE4614;
}
</style>