Shades of Rust #AE3C1E
Tints of Rust #AE3C1E
RGB
CMYK
RGB Variations
Color information
#AE3C1E (or 0xAE3C1E) is known color: Rust. HEX triplet: AE, 3C and 1E. RGB value is (174,60,30). Sum of RGB (Red+Green+Blue) = 174+60+30=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C1E is #51C3E1. Grayscale: #5A5A5A. Windows color (decimal): -5358562 or 1981614. OLE color: 1981614.
HSL color Cylindrical-coordinate representation of color #AE3C1E: hue angle of 12.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE3C1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 30 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.32 |
| HSL | 12.5º | 0.71% | 0.4% | - |
| HSV(B) | 12.5º | 0.83% | 0.68% | - |
| XYZ | 19.31 | 12.32 | 2.59 | - |
| YUV | 90.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 30 | 0 | 0.66 | 0.83 | 0.32 | 12.5 | 0.71 | 0.4 |
| Hex | AE | 3C | 1E | 0 | 42 | 53 | 20 | C | 47 | 28 |
| Octal | 256 | 74 | 36 | 0 | 102 | 123 | 40 | 14 | 107 | 50 |
| Binary | 10101110 | 111100 | 11110 | 0 | 1000010 | 1010011 | 100000 | 1100 | 1000111 | 101000 |
Color Harmonies of #AE3C1E
Complementary color
Monochromatic Colors of #AE3C1E
Black with #AE3C1E
Text Example
Text Example
White with #AE3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C1E; }
p { color: rgb(174,60,30); }
H1.HeaderClassName
{
color: #AE3C1E;
}
.AnyTagClassName
{
color: #AE3C1E;
}
</style>
background-color css
<style>
a { background-color: #AE3C1E; }
a { background-color: rgb(174,60,30); }
div.DivClassName
{
background-color: #AE3C1E;
}
.BgClassName
{
background-color: #AE3C1E;
}
</style>
border-color css
<style>
span { border-color: #AE3C1E; }
span { border-color: rgb(174,60,30); }
td.TdClassName
{
border-color: #AE3C1E;
}
.TagClassName
{
border-color: #AE3C1E;
}
</style>