Shades of Rust #AE3C01
Tints of Rust #AE3C01
RGB
CMYK
RGB Variations
Color information
#AE3C01 (or 0xAE3C01) is known color: Rust. HEX triplet: AE, 3C and 01. RGB value is (174,60,1). Sum of RGB (Red+Green+Blue) = 174+60+1=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C01 is #51C3FE. Grayscale: #575757. Windows color (decimal): -5358591 or 81070. OLE color: 81070.
HSL color Cylindrical-coordinate representation of color #AE3C01: hue angle of 20.46º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE3C01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.32 |
| HSL | 20.46º | 0.99% | 0.34% | - |
| HSV(B) | 20.46º | 0.99% | 0.68% | - |
| XYZ | 19.08 | 12.23 | 1.38 | - |
| YUV | 87.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 1 | 0 | 0.66 | 0.99 | 0.32 | 20.46 | 0.99 | 0.34 |
| Hex | AE | 3C | 1 | 0 | 42 | 63 | 20 | 14 | 63 | 22 |
| Octal | 256 | 74 | 1 | 0 | 102 | 143 | 40 | 24 | 143 | 42 |
| Binary | 10101110 | 111100 | 1 | 0 | 1000010 | 1100011 | 100000 | 10100 | 1100011 | 100010 |
Color Harmonies of #AE3C01
Complementary color
Monochromatic Colors of #AE3C01
Black with #AE3C01
Text Example
Text Example
White with #AE3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C01; }
p { color: rgb(174,60,1); }
H1.HeaderClassName
{
color: #AE3C01;
}
.AnyTagClassName
{
color: #AE3C01;
}
</style>
background-color css
<style>
a { background-color: #AE3C01; }
a { background-color: rgb(174,60,1); }
div.DivClassName
{
background-color: #AE3C01;
}
.BgClassName
{
background-color: #AE3C01;
}
</style>
border-color css
<style>
span { border-color: #AE3C01; }
span { border-color: rgb(174,60,1); }
td.TdClassName
{
border-color: #AE3C01;
}
.TagClassName
{
border-color: #AE3C01;
}
</style>