Shades of Rust #AE2D06
Tints of Rust #AE2D06
RGB
CMYK
RGB Variations
Color information
#AE2D06 (or 0xAE2D06) is known color: Rust. HEX triplet: AE, 2D and 06. RGB value is (174,45,6). Sum of RGB (Red+Green+Blue) = 174+45+6=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D06 is #51D2F9. Grayscale: #4F4F4F. Windows color (decimal): -5362426 or 404910. OLE color: 404910.
HSL color Cylindrical-coordinate representation of color #AE2D06: hue angle of 13.93º 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 #AE2D06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.32 |
| HSL | 13.93º | 0.93% | 0.35% | - |
| HSV(B) | 13.93º | 0.97% | 0.68% | - |
| XYZ | 18.43 | 10.89 | 1.3 | - |
| YUV | 79.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 6 | 0 | 0.74 | 0.97 | 0.32 | 13.93 | 0.93 | 0.35 |
| Hex | AE | 2D | 6 | 0 | 4A | 61 | 20 | E | 5D | 23 |
| Octal | 256 | 55 | 6 | 0 | 112 | 141 | 40 | 16 | 135 | 43 |
| Binary | 10101110 | 101101 | 110 | 0 | 1001010 | 1100001 | 100000 | 1110 | 1011101 | 100011 |
Color Harmonies of #AE2D06
Complementary color
Monochromatic Colors of #AE2D06
Black with #AE2D06
Text Example
Text Example
White with #AE2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D06; }
p { color: rgb(174,45,6); }
H1.HeaderClassName
{
color: #AE2D06;
}
.AnyTagClassName
{
color: #AE2D06;
}
</style>
background-color css
<style>
a { background-color: #AE2D06; }
a { background-color: rgb(174,45,6); }
div.DivClassName
{
background-color: #AE2D06;
}
.BgClassName
{
background-color: #AE2D06;
}
</style>
border-color css
<style>
span { border-color: #AE2D06; }
span { border-color: rgb(174,45,6); }
td.TdClassName
{
border-color: #AE2D06;
}
.TagClassName
{
border-color: #AE2D06;
}
</style>