Shades of Rust #AE3518
Tints of Rust #AE3518
RGB
CMYK
RGB Variations
Color information
#AE3518 (or 0xAE3518) is known color: Rust. HEX triplet: AE, 35 and 18. RGB value is (174,53,24). Sum of RGB (Red+Green+Blue) = 174+53+24=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3518 is #51CAE7. Grayscale: #565656. Windows color (decimal): -5360360 or 1586606. OLE color: 1586606.
HSL color Cylindrical-coordinate representation of color #AE3518: hue angle of 11.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE3518 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 24 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.32 |
| HSL | 11.6º | 0.76% | 0.39% | - |
| HSV(B) | 11.6º | 0.86% | 0.68% | - |
| XYZ | 18.89 | 11.61 | 2.11 | - |
| YUV | 85.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 24 | 0 | 0.70 | 0.86 | 0.32 | 11.6 | 0.76 | 0.39 |
| Hex | AE | 35 | 18 | 0 | 46 | 56 | 20 | C | 4C | 27 |
| Octal | 256 | 65 | 30 | 0 | 106 | 126 | 40 | 14 | 114 | 47 |
| Binary | 10101110 | 110101 | 11000 | 0 | 1000110 | 1010110 | 100000 | 1100 | 1001100 | 100111 |
Color Harmonies of #AE3518
Complementary color
Monochromatic Colors of #AE3518
Black with #AE3518
Text Example
Text Example
White with #AE3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3518; }
p { color: rgb(174,53,24); }
H1.HeaderClassName
{
color: #AE3518;
}
.AnyTagClassName
{
color: #AE3518;
}
</style>
background-color css
<style>
a { background-color: #AE3518; }
a { background-color: rgb(174,53,24); }
div.DivClassName
{
background-color: #AE3518;
}
.BgClassName
{
background-color: #AE3518;
}
</style>
border-color css
<style>
span { border-color: #AE3518; }
span { border-color: rgb(174,53,24); }
td.TdClassName
{
border-color: #AE3518;
}
.TagClassName
{
border-color: #AE3518;
}
</style>