Shades of Rust #AE4913
Tints of Rust #AE4913
RGB
CMYK
RGB Variations
Color information
#AE4913 (or 0xAE4913) is known color: Rust. HEX triplet: AE, 49 and 13. RGB value is (174,73,19). Sum of RGB (Red+Green+Blue) = 174+73+19=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4913 is #51B6EC. Grayscale: #616161. Windows color (decimal): -5355245 or 1264046. OLE color: 1264046.
HSL color Cylindrical-coordinate representation of color #AE4913: hue angle of 20.9º degrees, saturation: 0.8, 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 #AE4913 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 73 | 19 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.32 |
| HSL | 20.9º | 0.8% | 0.38% | - |
| HSV(B) | 20.9º | 0.89% | 0.68% | - |
| XYZ | 19.96 | 13.81 | 2.23 | - |
| YUV | 97.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 19 | 0 | 0.58 | 0.89 | 0.32 | 20.9 | 0.8 | 0.38 |
| Hex | AE | 49 | 13 | 0 | 3A | 59 | 20 | 15 | 50 | 26 |
| Octal | 256 | 111 | 23 | 0 | 72 | 131 | 40 | 25 | 120 | 46 |
| Binary | 10101110 | 1001001 | 10011 | 0 | 111010 | 1011001 | 100000 | 10101 | 1010000 | 100110 |
Color Harmonies of #AE4913
Complementary color
Monochromatic Colors of #AE4913
Black with #AE4913
Text Example
Text Example
White with #AE4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4913; }
p { color: rgb(174,73,19); }
H1.HeaderClassName
{
color: #AE4913;
}
.AnyTagClassName
{
color: #AE4913;
}
</style>
background-color css
<style>
a { background-color: #AE4913; }
a { background-color: rgb(174,73,19); }
div.DivClassName
{
background-color: #AE4913;
}
.BgClassName
{
background-color: #AE4913;
}
</style>
border-color css
<style>
span { border-color: #AE4913; }
span { border-color: rgb(174,73,19); }
td.TdClassName
{
border-color: #AE4913;
}
.TagClassName
{
border-color: #AE4913;
}
</style>