Shades of Rust #AE4501
Tints of Rust #AE4501
RGB
CMYK
RGB Variations
Color information
#AE4501 (or 0xAE4501) is known color: Rust. HEX triplet: AE, 45 and 01. RGB value is (174,69,1). Sum of RGB (Red+Green+Blue) = 174+69+1=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4501 is #51BAFE. Grayscale: #5D5D5D. Windows color (decimal): -5356287 or 83374. OLE color: 83374.
HSL color Cylindrical-coordinate representation of color #AE4501: hue angle of 23.58º 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 #AE4501 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.32 |
| HSL | 23.58º | 0.99% | 0.34% | - |
| HSV(B) | 23.58º | 0.99% | 0.68% | - |
| XYZ | 19.59 | 13.26 | 1.56 | - |
| YUV | 92.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 1 | 0 | 0.60 | 0.99 | 0.32 | 23.58 | 0.99 | 0.34 |
| Hex | AE | 45 | 1 | 0 | 3C | 63 | 20 | 18 | 63 | 22 |
| Octal | 256 | 105 | 1 | 0 | 74 | 143 | 40 | 30 | 143 | 42 |
| Binary | 10101110 | 1000101 | 1 | 0 | 111100 | 1100011 | 100000 | 11000 | 1100011 | 100010 |
Color Harmonies of #AE4501
Complementary color
Monochromatic Colors of #AE4501
Black with #AE4501
Text Example
Text Example
White with #AE4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4501; }
p { color: rgb(174,69,1); }
H1.HeaderClassName
{
color: #AE4501;
}
.AnyTagClassName
{
color: #AE4501;
}
</style>
background-color css
<style>
a { background-color: #AE4501; }
a { background-color: rgb(174,69,1); }
div.DivClassName
{
background-color: #AE4501;
}
.BgClassName
{
background-color: #AE4501;
}
</style>
border-color css
<style>
span { border-color: #AE4501; }
span { border-color: rgb(174,69,1); }
td.TdClassName
{
border-color: #AE4501;
}
.TagClassName
{
border-color: #AE4501;
}
</style>