Shades of Rust #AE2A00
Tints of Rust #AE2A00
RGB
CMYK
RGB Variations
Color information
#AE2A00 (or 0xAE2A00) is known color: Rust. HEX triplet: AE, 2A and 00. RGB value is (174,42,0). Sum of RGB (Red+Green+Blue) = 174+42+0=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A00 is #51D5FF. Grayscale: #4C4C4C. Windows color (decimal): -5363200 or 10926. OLE color: 10926.
HSL color Cylindrical-coordinate representation of color #AE2A00: hue angle of 14.48º 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 #AE2A00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.32 |
| HSL | 14.48º | 1% | 0.34% | - |
| HSV(B) | 14.48º | 1% | 0.68% | - |
| XYZ | 18.28 | 10.65 | 1.09 | - |
| YUV | 76.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 0 | 0 | 0.76 | 1 | 0.32 | 14.48 | 1 | 0.34 |
| Hex | AE | 2A | 0 | 0 | 4C | 64 | 20 | E | 64 | 22 |
| Octal | 256 | 52 | 0 | 0 | 114 | 144 | 40 | 16 | 144 | 42 |
| Binary | 10101110 | 101010 | 0 | 0 | 1001100 | 1100100 | 100000 | 1110 | 1100100 | 100010 |
Color Harmonies of #AE2A00
Complementary color
Monochromatic Colors of #AE2A00
Black with #AE2A00
Text Example
Text Example
White with #AE2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A00; }
p { color: rgb(174,42,0); }
H1.HeaderClassName
{
color: #AE2A00;
}
.AnyTagClassName
{
color: #AE2A00;
}
</style>
background-color css
<style>
a { background-color: #AE2A00; }
a { background-color: rgb(174,42,0); }
div.DivClassName
{
background-color: #AE2A00;
}
.BgClassName
{
background-color: #AE2A00;
}
</style>
border-color css
<style>
span { border-color: #AE2A00; }
span { border-color: rgb(174,42,0); }
td.TdClassName
{
border-color: #AE2A00;
}
.TagClassName
{
border-color: #AE2A00;
}
</style>