Shades of Rust #AE2D0D
Tints of Rust #AE2D0D
RGB
CMYK
RGB Variations
Color information
#AE2D0D (or 0xAE2D0D) is known color: Rust. HEX triplet: AE, 2D and 0D. RGB value is (174,45,13). Sum of RGB (Red+Green+Blue) = 174+45+13=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D0D is #51D2F2. Grayscale: #505050. Windows color (decimal): -5362419 or 863662. OLE color: 863662.
HSL color Cylindrical-coordinate representation of color #AE2D0D: hue angle of 11.93º 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 #AE2D0D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.32 |
| HSL | 11.93º | 0.86% | 0.37% | - |
| HSV(B) | 11.93º | 0.93% | 0.68% | - |
| XYZ | 18.47 | 10.9 | 1.51 | - |
| YUV | 79.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 13 | 0 | 0.74 | 0.93 | 0.32 | 11.93 | 0.86 | 0.37 |
| Hex | AE | 2D | D | 0 | 4A | 5D | 20 | C | 56 | 25 |
| Octal | 256 | 55 | 15 | 0 | 112 | 135 | 40 | 14 | 126 | 45 |
| Binary | 10101110 | 101101 | 1101 | 0 | 1001010 | 1011101 | 100000 | 1100 | 1010110 | 100101 |
Color Harmonies of #AE2D0D
Complementary color
Monochromatic Colors of #AE2D0D
Black with #AE2D0D
Text Example
Text Example
White with #AE2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D0D; }
p { color: rgb(174,45,13); }
H1.HeaderClassName
{
color: #AE2D0D;
}
.AnyTagClassName
{
color: #AE2D0D;
}
</style>
background-color css
<style>
a { background-color: #AE2D0D; }
a { background-color: rgb(174,45,13); }
div.DivClassName
{
background-color: #AE2D0D;
}
.BgClassName
{
background-color: #AE2D0D;
}
</style>
border-color css
<style>
span { border-color: #AE2D0D; }
span { border-color: rgb(174,45,13); }
td.TdClassName
{
border-color: #AE2D0D;
}
.TagClassName
{
border-color: #AE2D0D;
}
</style>