Shades of Rust #AE4715
Tints of Rust #AE4715
RGB
CMYK
RGB Variations
Color information
#AE4715 (or 0xAE4715) is known color: Rust. HEX triplet: AE, 47 and 15. RGB value is (174,71,21). Sum of RGB (Red+Green+Blue) = 174+71+21=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4715 is #51B8EA. Grayscale: #606060. Windows color (decimal): -5355755 or 1394606. OLE color: 1394606.
HSL color Cylindrical-coordinate representation of color #AE4715: hue angle of 19.61º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE4715 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 21 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.32 |
| HSL | 19.61º | 0.78% | 0.38% | - |
| HSV(B) | 19.61º | 0.88% | 0.68% | - |
| XYZ | 19.84 | 13.56 | 2.28 | - |
| YUV | 96.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 21 | 0 | 0.59 | 0.88 | 0.32 | 19.61 | 0.78 | 0.38 |
| Hex | AE | 47 | 15 | 0 | 3B | 58 | 20 | 14 | 4E | 26 |
| Octal | 256 | 107 | 25 | 0 | 73 | 130 | 40 | 24 | 116 | 46 |
| Binary | 10101110 | 1000111 | 10101 | 0 | 111011 | 1011000 | 100000 | 10100 | 1001110 | 100110 |
Color Harmonies of #AE4715
Complementary color
Monochromatic Colors of #AE4715
Black with #AE4715
Text Example
Text Example
White with #AE4715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4715; }
p { color: rgb(174,71,21); }
H1.HeaderClassName
{
color: #AE4715;
}
.AnyTagClassName
{
color: #AE4715;
}
</style>
background-color css
<style>
a { background-color: #AE4715; }
a { background-color: rgb(174,71,21); }
div.DivClassName
{
background-color: #AE4715;
}
.BgClassName
{
background-color: #AE4715;
}
</style>
border-color css
<style>
span { border-color: #AE4715; }
span { border-color: rgb(174,71,21); }
td.TdClassName
{
border-color: #AE4715;
}
.TagClassName
{
border-color: #AE4715;
}
</style>