Shades of Rust #AE2901
Tints of Rust #AE2901
RGB
CMYK
RGB Variations
Color information
#AE2901 (or 0xAE2901) is known color: Rust. HEX triplet: AE, 29 and 01. RGB value is (174,41,1). Sum of RGB (Red+Green+Blue) = 174+41+1=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2901 is #51D6FE. Grayscale: #4C4C4C. Windows color (decimal): -5363455 or 76206. OLE color: 76206.
HSL color Cylindrical-coordinate representation of color #AE2901: hue angle of 13.87º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE2901 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.32 |
| HSL | 13.87º | 0.99% | 0.34% | - |
| HSV(B) | 13.87º | 0.99% | 0.68% | - |
| XYZ | 18.25 | 10.59 | 1.11 | - |
| YUV | 76.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 1 | 0 | 0.76 | 0.99 | 0.32 | 13.87 | 0.99 | 0.34 |
| Hex | AE | 29 | 1 | 0 | 4C | 63 | 20 | E | 63 | 22 |
| Octal | 256 | 51 | 1 | 0 | 114 | 143 | 40 | 16 | 143 | 42 |
| Binary | 10101110 | 101001 | 1 | 0 | 1001100 | 1100011 | 100000 | 1110 | 1100011 | 100010 |
Color Harmonies of #AE2901
Complementary color
Monochromatic Colors of #AE2901
Black with #AE2901
Text Example
Text Example
White with #AE2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2901; }
p { color: rgb(174,41,1); }
H1.HeaderClassName
{
color: #AE2901;
}
.AnyTagClassName
{
color: #AE2901;
}
</style>
background-color css
<style>
a { background-color: #AE2901; }
a { background-color: rgb(174,41,1); }
div.DivClassName
{
background-color: #AE2901;
}
.BgClassName
{
background-color: #AE2901;
}
</style>
border-color css
<style>
span { border-color: #AE2901; }
span { border-color: rgb(174,41,1); }
td.TdClassName
{
border-color: #AE2901;
}
.TagClassName
{
border-color: #AE2901;
}
</style>