Shades of Rust #AE2C06
Tints of Rust #AE2C06
RGB
CMYK
RGB Variations
Color information
#AE2C06 (or 0xAE2C06) is known color: Rust. HEX triplet: AE, 2C and 06. RGB value is (174,44,6). Sum of RGB (Red+Green+Blue) = 174+44+6=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C06 is #51D3F9. Grayscale: #4E4E4E. Windows color (decimal): -5362682 or 404654. OLE color: 404654.
HSL color Cylindrical-coordinate representation of color #AE2C06: hue angle of 13.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE2C06 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.32 |
| HSL | 13.57º | 0.93% | 0.35% | - |
| HSV(B) | 13.57º | 0.97% | 0.68% | - |
| XYZ | 18.39 | 10.81 | 1.29 | - |
| YUV | 78.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 6 | 0 | 0.75 | 0.97 | 0.32 | 13.57 | 0.93 | 0.35 |
| Hex | AE | 2C | 6 | 0 | 4B | 61 | 20 | E | 5D | 23 |
| Octal | 256 | 54 | 6 | 0 | 113 | 141 | 40 | 16 | 135 | 43 |
| Binary | 10101110 | 101100 | 110 | 0 | 1001011 | 1100001 | 100000 | 1110 | 1011101 | 100011 |
Color Harmonies of #AE2C06
Complementary color
Monochromatic Colors of #AE2C06
Black with #AE2C06
Text Example
Text Example
White with #AE2C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C06; }
p { color: rgb(174,44,6); }
H1.HeaderClassName
{
color: #AE2C06;
}
.AnyTagClassName
{
color: #AE2C06;
}
</style>
background-color css
<style>
a { background-color: #AE2C06; }
a { background-color: rgb(174,44,6); }
div.DivClassName
{
background-color: #AE2C06;
}
.BgClassName
{
background-color: #AE2C06;
}
</style>
border-color css
<style>
span { border-color: #AE2C06; }
span { border-color: rgb(174,44,6); }
td.TdClassName
{
border-color: #AE2C06;
}
.TagClassName
{
border-color: #AE2C06;
}
</style>