Shades of Rust #AE2D10
Tints of Rust #AE2D10
RGB
CMYK
RGB Variations
Color information
#AE2D10 (or 0xAE2D10) is known color: Rust. HEX triplet: AE, 2D and 10. RGB value is (174,45,16). Sum of RGB (Red+Green+Blue) = 174+45+16=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D10 is #51D2EF. Grayscale: #505050. Windows color (decimal): -5362416 or 1060270. OLE color: 1060270.
HSL color Cylindrical-coordinate representation of color #AE2D10: hue angle of 11.01º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE2D10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.32 |
| HSL | 11.01º | 0.83% | 0.37% | - |
| HSV(B) | 11.01º | 0.91% | 0.68% | - |
| XYZ | 18.49 | 10.91 | 1.62 | - |
| YUV | 80.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 16 | 0 | 0.74 | 0.91 | 0.32 | 11.01 | 0.83 | 0.37 |
| Hex | AE | 2D | 10 | 0 | 4A | 5B | 20 | B | 53 | 25 |
| Octal | 256 | 55 | 20 | 0 | 112 | 133 | 40 | 13 | 123 | 45 |
| Binary | 10101110 | 101101 | 10000 | 0 | 1001010 | 1011011 | 100000 | 1011 | 1010011 | 100101 |
Color Harmonies of #AE2D10
Complementary color
Monochromatic Colors of #AE2D10
Black with #AE2D10
Text Example
Text Example
White with #AE2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D10; }
p { color: rgb(174,45,16); }
H1.HeaderClassName
{
color: #AE2D10;
}
.AnyTagClassName
{
color: #AE2D10;
}
</style>
background-color css
<style>
a { background-color: #AE2D10; }
a { background-color: rgb(174,45,16); }
div.DivClassName
{
background-color: #AE2D10;
}
.BgClassName
{
background-color: #AE2D10;
}
</style>
border-color css
<style>
span { border-color: #AE2D10; }
span { border-color: rgb(174,45,16); }
td.TdClassName
{
border-color: #AE2D10;
}
.TagClassName
{
border-color: #AE2D10;
}
</style>