Shades of Rust #AE2900
Tints of Rust #AE2900
RGB
CMYK
RGB Variations
Color information
#AE2900 (or 0xAE2900) is known color: Rust. HEX triplet: AE, 29 and 00. RGB value is (174,41,0). Sum of RGB (Red+Green+Blue) = 174+41+0=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2900 is #51D6FF. Grayscale: #4C4C4C. Windows color (decimal): -5363456 or 10670. OLE color: 10670.
HSL color Cylindrical-coordinate representation of color #AE2900: hue angle of 14.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE2900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.32 |
| HSL | 14.14º | 1% | 0.34% | - |
| HSV(B) | 14.14º | 1% | 0.68% | - |
| XYZ | 18.25 | 10.58 | 1.08 | - |
| YUV | 76.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 0 | 0 | 0.76 | 1 | 0.32 | 14.14 | 1 | 0.34 |
| Hex | AE | 29 | 0 | 0 | 4C | 64 | 20 | E | 64 | 22 |
| Octal | 256 | 51 | 0 | 0 | 114 | 144 | 40 | 16 | 144 | 42 |
| Binary | 10101110 | 101001 | 0 | 0 | 1001100 | 1100100 | 100000 | 1110 | 1100100 | 100010 |
Color Harmonies of #AE2900
Complementary color
Monochromatic Colors of #AE2900
Black with #AE2900
Text Example
Text Example
White with #AE2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2900; }
p { color: rgb(174,41,0); }
H1.HeaderClassName
{
color: #AE2900;
}
.AnyTagClassName
{
color: #AE2900;
}
</style>
background-color css
<style>
a { background-color: #AE2900; }
a { background-color: rgb(174,41,0); }
div.DivClassName
{
background-color: #AE2900;
}
.BgClassName
{
background-color: #AE2900;
}
</style>
border-color css
<style>
span { border-color: #AE2900; }
span { border-color: rgb(174,41,0); }
td.TdClassName
{
border-color: #AE2900;
}
.TagClassName
{
border-color: #AE2900;
}
</style>