Shades of Rust #AE3C16
Tints of Rust #AE3C16
RGB
CMYK
RGB Variations
Color information
#AE3C16 (or 0xAE3C16) is known color: Rust. HEX triplet: AE, 3C and 16. RGB value is (174,60,22). Sum of RGB (Red+Green+Blue) = 174+60+22=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C16 is #51C3E9. Grayscale: #5A5A5A. Windows color (decimal): -5358570 or 1457326. OLE color: 1457326.
HSL color Cylindrical-coordinate representation of color #AE3C16: hue angle of 15º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE3C16 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 22 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.32 |
| HSL | 15º | 0.78% | 0.38% | - |
| HSV(B) | 15º | 0.87% | 0.68% | - |
| XYZ | 19.22 | 12.29 | 2.12 | - |
| YUV | 89.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 22 | 0 | 0.66 | 0.87 | 0.32 | 15 | 0.78 | 0.38 |
| Hex | AE | 3C | 16 | 0 | 42 | 57 | 20 | F | 4E | 26 |
| Octal | 256 | 74 | 26 | 0 | 102 | 127 | 40 | 17 | 116 | 46 |
| Binary | 10101110 | 111100 | 10110 | 0 | 1000010 | 1010111 | 100000 | 1111 | 1001110 | 100110 |
Color Harmonies of #AE3C16
Complementary color
Monochromatic Colors of #AE3C16
Black with #AE3C16
Text Example
Text Example
White with #AE3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C16; }
p { color: rgb(174,60,22); }
H1.HeaderClassName
{
color: #AE3C16;
}
.AnyTagClassName
{
color: #AE3C16;
}
</style>
background-color css
<style>
a { background-color: #AE3C16; }
a { background-color: rgb(174,60,22); }
div.DivClassName
{
background-color: #AE3C16;
}
.BgClassName
{
background-color: #AE3C16;
}
</style>
border-color css
<style>
span { border-color: #AE3C16; }
span { border-color: rgb(174,60,22); }
td.TdClassName
{
border-color: #AE3C16;
}
.TagClassName
{
border-color: #AE3C16;
}
</style>