Shades of Rust #AE3C17
Tints of Rust #AE3C17
RGB
CMYK
RGB Variations
Color information
#AE3C17 (or 0xAE3C17) is known color: Rust. HEX triplet: AE, 3C and 17. RGB value is (174,60,23). Sum of RGB (Red+Green+Blue) = 174+60+23=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C17 is #51C3E8. Grayscale: #5A5A5A. Windows color (decimal): -5358569 or 1522862. OLE color: 1522862.
HSL color Cylindrical-coordinate representation of color #AE3C17: hue angle of 14.7º 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 #AE3C17 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 23 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.32 |
| HSL | 14.7º | 0.77% | 0.39% | - |
| HSV(B) | 14.7º | 0.87% | 0.68% | - |
| XYZ | 19.23 | 12.29 | 2.17 | - |
| YUV | 89.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 23 | 0 | 0.66 | 0.87 | 0.32 | 14.7 | 0.77 | 0.39 |
| Hex | AE | 3C | 17 | 0 | 42 | 57 | 20 | F | 4D | 27 |
| Octal | 256 | 74 | 27 | 0 | 102 | 127 | 40 | 17 | 115 | 47 |
| Binary | 10101110 | 111100 | 10111 | 0 | 1000010 | 1010111 | 100000 | 1111 | 1001101 | 100111 |
Color Harmonies of #AE3C17
Complementary color
Monochromatic Colors of #AE3C17
Black with #AE3C17
Text Example
Text Example
White with #AE3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C17; }
p { color: rgb(174,60,23); }
H1.HeaderClassName
{
color: #AE3C17;
}
.AnyTagClassName
{
color: #AE3C17;
}
</style>
background-color css
<style>
a { background-color: #AE3C17; }
a { background-color: rgb(174,60,23); }
div.DivClassName
{
background-color: #AE3C17;
}
.BgClassName
{
background-color: #AE3C17;
}
</style>
border-color css
<style>
span { border-color: #AE3C17; }
span { border-color: rgb(174,60,23); }
td.TdClassName
{
border-color: #AE3C17;
}
.TagClassName
{
border-color: #AE3C17;
}
</style>