Shades of Rust #AE3E15
Tints of Rust #AE3E15
RGB
CMYK
RGB Variations
Color information
#AE3E15 (or 0xAE3E15) is known color: Rust. HEX triplet: AE, 3E and 15. RGB value is (174,62,21). Sum of RGB (Red+Green+Blue) = 174+62+21=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E15 is #51C1EA. Grayscale: #5B5B5B. Windows color (decimal): -5358059 or 1392302. OLE color: 1392302.
HSL color Cylindrical-coordinate representation of color #AE3E15: hue angle of 16.08º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE3E15 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 21 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.32 |
| HSL | 16.08º | 0.78% | 0.38% | - |
| HSV(B) | 16.08º | 0.88% | 0.68% | - |
| XYZ | 19.31 | 12.5 | 2.1 | - |
| YUV | 90.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 21 | 0 | 0.64 | 0.88 | 0.32 | 16.08 | 0.78 | 0.38 |
| Hex | AE | 3E | 15 | 0 | 40 | 58 | 20 | 10 | 4E | 26 |
| Octal | 256 | 76 | 25 | 0 | 100 | 130 | 40 | 20 | 116 | 46 |
| Binary | 10101110 | 111110 | 10101 | 0 | 1000000 | 1011000 | 100000 | 10000 | 1001110 | 100110 |
Color Harmonies of #AE3E15
Complementary color
Monochromatic Colors of #AE3E15
Black with #AE3E15
Text Example
Text Example
White with #AE3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E15; }
p { color: rgb(174,62,21); }
H1.HeaderClassName
{
color: #AE3E15;
}
.AnyTagClassName
{
color: #AE3E15;
}
</style>
background-color css
<style>
a { background-color: #AE3E15; }
a { background-color: rgb(174,62,21); }
div.DivClassName
{
background-color: #AE3E15;
}
.BgClassName
{
background-color: #AE3E15;
}
</style>
border-color css
<style>
span { border-color: #AE3E15; }
span { border-color: rgb(174,62,21); }
td.TdClassName
{
border-color: #AE3E15;
}
.TagClassName
{
border-color: #AE3E15;
}
</style>