Shades of Rust #AE3417
Tints of Rust #AE3417
RGB
CMYK
RGB Variations
Color information
#AE3417 (or 0xAE3417) is known color: Rust. HEX triplet: AE, 34 and 17. RGB value is (174,52,23). Sum of RGB (Red+Green+Blue) = 174+52+23=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3417 is #51CBE8. Grayscale: #555555. Windows color (decimal): -5360617 or 1520814. OLE color: 1520814.
HSL color Cylindrical-coordinate representation of color #AE3417: hue angle of 11.52º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE3417 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 23 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.32 |
| HSL | 11.52º | 0.77% | 0.39% | - |
| HSV(B) | 11.52º | 0.87% | 0.68% | - |
| XYZ | 18.84 | 11.52 | 2.04 | - |
| YUV | 85.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 23 | 0 | 0.70 | 0.87 | 0.32 | 11.52 | 0.77 | 0.39 |
| Hex | AE | 34 | 17 | 0 | 46 | 57 | 20 | C | 4D | 27 |
| Octal | 256 | 64 | 27 | 0 | 106 | 127 | 40 | 14 | 115 | 47 |
| Binary | 10101110 | 110100 | 10111 | 0 | 1000110 | 1010111 | 100000 | 1100 | 1001101 | 100111 |
Color Harmonies of #AE3417
Complementary color
Monochromatic Colors of #AE3417
Black with #AE3417
Text Example
Text Example
White with #AE3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3417; }
p { color: rgb(174,52,23); }
H1.HeaderClassName
{
color: #AE3417;
}
.AnyTagClassName
{
color: #AE3417;
}
</style>
background-color css
<style>
a { background-color: #AE3417; }
a { background-color: rgb(174,52,23); }
div.DivClassName
{
background-color: #AE3417;
}
.BgClassName
{
background-color: #AE3417;
}
</style>
border-color css
<style>
span { border-color: #AE3417; }
span { border-color: rgb(174,52,23); }
td.TdClassName
{
border-color: #AE3417;
}
.TagClassName
{
border-color: #AE3417;
}
</style>