Shades of Rust #AE2A0D
Tints of Rust #AE2A0D
RGB
CMYK
RGB Variations
Color information
#AE2A0D (or 0xAE2A0D) is known color: Rust. HEX triplet: AE, 2A and 0D. RGB value is (174,42,13). Sum of RGB (Red+Green+Blue) = 174+42+13=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A0D is #51D5F2. Grayscale: #4E4E4E. Windows color (decimal): -5363187 or 862894. OLE color: 862894.
HSL color Cylindrical-coordinate representation of color #AE2A0D: hue angle of 10.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE2A0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 13 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.32 |
| HSL | 10.81º | 0.86% | 0.37% | - |
| HSV(B) | 10.81º | 0.93% | 0.68% | - |
| XYZ | 18.36 | 10.68 | 1.48 | - |
| YUV | 78.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 13 | 0 | 0.76 | 0.93 | 0.32 | 10.81 | 0.86 | 0.37 |
| Hex | AE | 2A | D | 0 | 4C | 5D | 20 | B | 56 | 25 |
| Octal | 256 | 52 | 15 | 0 | 114 | 135 | 40 | 13 | 126 | 45 |
| Binary | 10101110 | 101010 | 1101 | 0 | 1001100 | 1011101 | 100000 | 1011 | 1010110 | 100101 |
Color Harmonies of #AE2A0D
Complementary color
Monochromatic Colors of #AE2A0D
Black with #AE2A0D
Text Example
Text Example
White with #AE2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A0D; }
p { color: rgb(174,42,13); }
H1.HeaderClassName
{
color: #AE2A0D;
}
.AnyTagClassName
{
color: #AE2A0D;
}
</style>
background-color css
<style>
a { background-color: #AE2A0D; }
a { background-color: rgb(174,42,13); }
div.DivClassName
{
background-color: #AE2A0D;
}
.BgClassName
{
background-color: #AE2A0D;
}
</style>
border-color css
<style>
span { border-color: #AE2A0D; }
span { border-color: rgb(174,42,13); }
td.TdClassName
{
border-color: #AE2A0D;
}
.TagClassName
{
border-color: #AE2A0D;
}
</style>