Shades of Rust #AE3617
Tints of Rust #AE3617
RGB
CMYK
RGB Variations
Color information
#AE3617 (or 0xAE3617) is known color: Rust. HEX triplet: AE, 36 and 17. RGB value is (174,54,23). Sum of RGB (Red+Green+Blue) = 174+54+23=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3617 is #51C9E8. Grayscale: #565656. Windows color (decimal): -5360105 or 1521326. OLE color: 1521326.
HSL color Cylindrical-coordinate representation of color #AE3617: hue angle of 12.32º 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 #AE3617 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 23 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.32 |
| HSL | 12.32º | 0.77% | 0.39% | - |
| HSV(B) | 12.32º | 0.87% | 0.68% | - |
| XYZ | 18.93 | 11.7 | 2.07 | - |
| YUV | 86.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 23 | 0 | 0.69 | 0.87 | 0.32 | 12.32 | 0.77 | 0.39 |
| Hex | AE | 36 | 17 | 0 | 45 | 57 | 20 | C | 4D | 27 |
| Octal | 256 | 66 | 27 | 0 | 105 | 127 | 40 | 14 | 115 | 47 |
| Binary | 10101110 | 110110 | 10111 | 0 | 1000101 | 1010111 | 100000 | 1100 | 1001101 | 100111 |
Color Harmonies of #AE3617
Complementary color
Monochromatic Colors of #AE3617
Black with #AE3617
Text Example
Text Example
White with #AE3617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3617; }
p { color: rgb(174,54,23); }
H1.HeaderClassName
{
color: #AE3617;
}
.AnyTagClassName
{
color: #AE3617;
}
</style>
background-color css
<style>
a { background-color: #AE3617; }
a { background-color: rgb(174,54,23); }
div.DivClassName
{
background-color: #AE3617;
}
.BgClassName
{
background-color: #AE3617;
}
</style>
border-color css
<style>
span { border-color: #AE3617; }
span { border-color: rgb(174,54,23); }
td.TdClassName
{
border-color: #AE3617;
}
.TagClassName
{
border-color: #AE3617;
}
</style>