Shades of Rust #AE3502
Tints of Rust #AE3502
RGB
CMYK
RGB Variations
Color information
#AE3502 (or 0xAE3502) is known color: Rust. HEX triplet: AE, 35 and 02. RGB value is (174,53,2). Sum of RGB (Red+Green+Blue) = 174+53+2=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3502 is #51CAFD. Grayscale: #535353. Windows color (decimal): -5360382 or 144814. OLE color: 144814.
HSL color Cylindrical-coordinate representation of color #AE3502: hue angle of 17.79º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE3502 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.32 |
| HSL | 17.79º | 0.98% | 0.35% | - |
| HSV(B) | 17.79º | 0.99% | 0.68% | - |
| XYZ | 18.74 | 11.55 | 1.3 | - |
| YUV | 83.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 2 | 0 | 0.70 | 0.99 | 0.32 | 17.79 | 0.98 | 0.35 |
| Hex | AE | 35 | 2 | 0 | 46 | 63 | 20 | 12 | 62 | 23 |
| Octal | 256 | 65 | 2 | 0 | 106 | 143 | 40 | 22 | 142 | 43 |
| Binary | 10101110 | 110101 | 10 | 0 | 1000110 | 1100011 | 100000 | 10010 | 1100010 | 100011 |
Color Harmonies of #AE3502
Complementary color
Monochromatic Colors of #AE3502
Black with #AE3502
Text Example
Text Example
White with #AE3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3502; }
p { color: rgb(174,53,2); }
H1.HeaderClassName
{
color: #AE3502;
}
.AnyTagClassName
{
color: #AE3502;
}
</style>
background-color css
<style>
a { background-color: #AE3502; }
a { background-color: rgb(174,53,2); }
div.DivClassName
{
background-color: #AE3502;
}
.BgClassName
{
background-color: #AE3502;
}
</style>
border-color css
<style>
span { border-color: #AE3502; }
span { border-color: rgb(174,53,2); }
td.TdClassName
{
border-color: #AE3502;
}
.TagClassName
{
border-color: #AE3502;
}
</style>