Shades of Rust #AE4502
Tints of Rust #AE4502
RGB
CMYK
RGB Variations
Color information
#AE4502 (or 0xAE4502) is known color: Rust. HEX triplet: AE, 45 and 02. RGB value is (174,69,2). Sum of RGB (Red+Green+Blue) = 174+69+2=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4502 is #51BAFD. Grayscale: #5D5D5D. Windows color (decimal): -5356286 or 148910. OLE color: 148910.
HSL color Cylindrical-coordinate representation of color #AE4502: hue angle of 23.37º 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 #AE4502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.32 |
| HSL | 23.37º | 0.98% | 0.35% | - |
| HSV(B) | 23.37º | 0.99% | 0.68% | - |
| XYZ | 19.59 | 13.26 | 1.58 | - |
| YUV | 92.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 2 | 0 | 0.60 | 0.99 | 0.32 | 23.37 | 0.98 | 0.35 |
| Hex | AE | 45 | 2 | 0 | 3C | 63 | 20 | 17 | 62 | 23 |
| Octal | 256 | 105 | 2 | 0 | 74 | 143 | 40 | 27 | 142 | 43 |
| Binary | 10101110 | 1000101 | 10 | 0 | 111100 | 1100011 | 100000 | 10111 | 1100010 | 100011 |
Color Harmonies of #AE4502
Complementary color
Monochromatic Colors of #AE4502
Black with #AE4502
Text Example
Text Example
White with #AE4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4502; }
p { color: rgb(174,69,2); }
H1.HeaderClassName
{
color: #AE4502;
}
.AnyTagClassName
{
color: #AE4502;
}
</style>
background-color css
<style>
a { background-color: #AE4502; }
a { background-color: rgb(174,69,2); }
div.DivClassName
{
background-color: #AE4502;
}
.BgClassName
{
background-color: #AE4502;
}
</style>
border-color css
<style>
span { border-color: #AE4502; }
span { border-color: rgb(174,69,2); }
td.TdClassName
{
border-color: #AE4502;
}
.TagClassName
{
border-color: #AE4502;
}
</style>