Shades of Rust #AE3501
Tints of Rust #AE3501
RGB
CMYK
RGB Variations
Color information
#AE3501 (or 0xAE3501) is known color: Rust. HEX triplet: AE, 35 and 01. RGB value is (174,53,1). Sum of RGB (Red+Green+Blue) = 174+53+1=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3501 is #51CAFE. Grayscale: #535353. Windows color (decimal): -5360383 or 79278. OLE color: 79278.
HSL color Cylindrical-coordinate representation of color #AE3501: hue angle of 18.03º 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 #AE3501 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.32 |
| HSL | 18.03º | 0.99% | 0.34% | - |
| HSV(B) | 18.03º | 0.99% | 0.68% | - |
| XYZ | 18.73 | 11.55 | 1.27 | - |
| YUV | 83.25 | 81.59 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 1 | 0 | 0.70 | 0.99 | 0.32 | 18.03 | 0.99 | 0.34 |
| Hex | AE | 35 | 1 | 0 | 46 | 63 | 20 | 12 | 63 | 22 |
| Octal | 256 | 65 | 1 | 0 | 106 | 143 | 40 | 22 | 143 | 42 |
| Binary | 10101110 | 110101 | 1 | 0 | 1000110 | 1100011 | 100000 | 10010 | 1100011 | 100010 |
Color Harmonies of #AE3501
Complementary color
Monochromatic Colors of #AE3501
Black with #AE3501
Text Example
Text Example
White with #AE3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3501; }
p { color: rgb(174,53,1); }
H1.HeaderClassName
{
color: #AE3501;
}
.AnyTagClassName
{
color: #AE3501;
}
</style>
background-color css
<style>
a { background-color: #AE3501; }
a { background-color: rgb(174,53,1); }
div.DivClassName
{
background-color: #AE3501;
}
.BgClassName
{
background-color: #AE3501;
}
</style>
border-color css
<style>
span { border-color: #AE3501; }
span { border-color: rgb(174,53,1); }
td.TdClassName
{
border-color: #AE3501;
}
.TagClassName
{
border-color: #AE3501;
}
</style>