Shades of Rust #AE290A
Tints of Rust #AE290A
RGB
CMYK
RGB Variations
Color information
#AE290A (or 0xAE290A) is known color: Rust. HEX triplet: AE, 29 and 0A. RGB value is (174,41,10). Sum of RGB (Red+Green+Blue) = 174+41+10=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE290A is #51D6F5. Grayscale: #4D4D4D. Windows color (decimal): -5363446 or 666030. OLE color: 666030.
HSL color Cylindrical-coordinate representation of color #AE290A: hue angle of 11.34º 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 #AE290A is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 10 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.32 |
| HSL | 11.34º | 0.89% | 0.36% | - |
| HSV(B) | 11.34º | 0.94% | 0.68% | - |
| XYZ | 18.3 | 10.61 | 1.37 | - |
| YUV | 77.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 10 | 0 | 0.76 | 0.94 | 0.32 | 11.34 | 0.89 | 0.36 |
| Hex | AE | 29 | A | 0 | 4C | 5E | 20 | B | 59 | 24 |
| Octal | 256 | 51 | 12 | 0 | 114 | 136 | 40 | 13 | 131 | 44 |
| Binary | 10101110 | 101001 | 1010 | 0 | 1001100 | 1011110 | 100000 | 1011 | 1011001 | 100100 |
Color Harmonies of #AE290A
Complementary color
Monochromatic Colors of #AE290A
Black with #AE290A
Text Example
Text Example
White with #AE290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE290A; }
p { color: rgb(174,41,10); }
H1.HeaderClassName
{
color: #AE290A;
}
.AnyTagClassName
{
color: #AE290A;
}
</style>
background-color css
<style>
a { background-color: #AE290A; }
a { background-color: rgb(174,41,10); }
div.DivClassName
{
background-color: #AE290A;
}
.BgClassName
{
background-color: #AE290A;
}
</style>
border-color css
<style>
span { border-color: #AE290A; }
span { border-color: rgb(174,41,10); }
td.TdClassName
{
border-color: #AE290A;
}
.TagClassName
{
border-color: #AE290A;
}
</style>