Shades of Rust #AE2D0A
Tints of Rust #AE2D0A
RGB
CMYK
RGB Variations
Color information
#AE2D0A (or 0xAE2D0A) is known color: Rust. HEX triplet: AE, 2D and 0A. RGB value is (174,45,10). Sum of RGB (Red+Green+Blue) = 174+45+10=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D0A is #51D2F5. Grayscale: #4F4F4F. Windows color (decimal): -5362422 or 667054. OLE color: 667054.
HSL color Cylindrical-coordinate representation of color #AE2D0A: hue angle of 12.8º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE2D0A is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 10 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.32 |
| HSL | 12.8º | 0.89% | 0.36% | - |
| HSV(B) | 12.8º | 0.94% | 0.68% | - |
| XYZ | 18.45 | 10.9 | 1.42 | - |
| YUV | 79.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 10 | 0 | 0.74 | 0.94 | 0.32 | 12.8 | 0.89 | 0.36 |
| Hex | AE | 2D | A | 0 | 4A | 5E | 20 | D | 59 | 24 |
| Octal | 256 | 55 | 12 | 0 | 112 | 136 | 40 | 15 | 131 | 44 |
| Binary | 10101110 | 101101 | 1010 | 0 | 1001010 | 1011110 | 100000 | 1101 | 1011001 | 100100 |
Color Harmonies of #AE2D0A
Complementary color
Monochromatic Colors of #AE2D0A
Black with #AE2D0A
Text Example
Text Example
White with #AE2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D0A; }
p { color: rgb(174,45,10); }
H1.HeaderClassName
{
color: #AE2D0A;
}
.AnyTagClassName
{
color: #AE2D0A;
}
</style>
background-color css
<style>
a { background-color: #AE2D0A; }
a { background-color: rgb(174,45,10); }
div.DivClassName
{
background-color: #AE2D0A;
}
.BgClassName
{
background-color: #AE2D0A;
}
</style>
border-color css
<style>
span { border-color: #AE2D0A; }
span { border-color: rgb(174,45,10); }
td.TdClassName
{
border-color: #AE2D0A;
}
.TagClassName
{
border-color: #AE2D0A;
}
</style>