Shades of Rust #AE3902
Tints of Rust #AE3902
RGB
CMYK
RGB Variations
Color information
#AE3902 (or 0xAE3902) is known color: Rust. HEX triplet: AE, 39 and 02. RGB value is (174,57,2). Sum of RGB (Red+Green+Blue) = 174+57+2=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3902 is #51C6FD. Grayscale: #565656. Windows color (decimal): -5359358 or 145838. OLE color: 145838.
HSL color Cylindrical-coordinate representation of color #AE3902: hue angle of 19.19º 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 #AE3902 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 57 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.32 |
| HSL | 19.19º | 0.98% | 0.35% | - |
| HSV(B) | 19.19º | 0.99% | 0.68% | - |
| XYZ | 18.93 | 11.93 | 1.36 | - |
| YUV | 85.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 57 | 2 | 0 | 0.67 | 0.99 | 0.32 | 19.19 | 0.98 | 0.35 |
| Hex | AE | 39 | 2 | 0 | 43 | 63 | 20 | 13 | 62 | 23 |
| Octal | 256 | 71 | 2 | 0 | 103 | 143 | 40 | 23 | 142 | 43 |
| Binary | 10101110 | 111001 | 10 | 0 | 1000011 | 1100011 | 100000 | 10011 | 1100010 | 100011 |
Color Harmonies of #AE3902
Complementary color
Monochromatic Colors of #AE3902
Black with #AE3902
Text Example
Text Example
White with #AE3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3902; }
p { color: rgb(174,57,2); }
H1.HeaderClassName
{
color: #AE3902;
}
.AnyTagClassName
{
color: #AE3902;
}
</style>
background-color css
<style>
a { background-color: #AE3902; }
a { background-color: rgb(174,57,2); }
div.DivClassName
{
background-color: #AE3902;
}
.BgClassName
{
background-color: #AE3902;
}
</style>
border-color css
<style>
span { border-color: #AE3902; }
span { border-color: rgb(174,57,2); }
td.TdClassName
{
border-color: #AE3902;
}
.TagClassName
{
border-color: #AE3902;
}
</style>