Shades of Rust #AE4518
Tints of Rust #AE4518
RGB
CMYK
RGB Variations
Color information
#AE4518 (or 0xAE4518) is known color: Rust. HEX triplet: AE, 45 and 18. RGB value is (174,69,24). Sum of RGB (Red+Green+Blue) = 174+69+24=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4518 is #51BAE7. Grayscale: #5F5F5F. Windows color (decimal): -5356264 or 1590702. OLE color: 1590702.
HSL color Cylindrical-coordinate representation of color #AE4518: hue angle of 18º 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 #AE4518 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 24 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.32 |
| HSL | 18º | 0.76% | 0.39% | - |
| HSV(B) | 18º | 0.86% | 0.68% | - |
| XYZ | 19.75 | 13.32 | 2.39 | - |
| YUV | 95.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 24 | 0 | 0.60 | 0.86 | 0.32 | 18 | 0.76 | 0.39 |
| Hex | AE | 45 | 18 | 0 | 3C | 56 | 20 | 12 | 4C | 27 |
| Octal | 256 | 105 | 30 | 0 | 74 | 126 | 40 | 22 | 114 | 47 |
| Binary | 10101110 | 1000101 | 11000 | 0 | 111100 | 1010110 | 100000 | 10010 | 1001100 | 100111 |
Color Harmonies of #AE4518
Complementary color
Monochromatic Colors of #AE4518
Black with #AE4518
Text Example
Text Example
White with #AE4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4518; }
p { color: rgb(174,69,24); }
H1.HeaderClassName
{
color: #AE4518;
}
.AnyTagClassName
{
color: #AE4518;
}
</style>
background-color css
<style>
a { background-color: #AE4518; }
a { background-color: rgb(174,69,24); }
div.DivClassName
{
background-color: #AE4518;
}
.BgClassName
{
background-color: #AE4518;
}
</style>
border-color css
<style>
span { border-color: #AE4518; }
span { border-color: rgb(174,69,24); }
td.TdClassName
{
border-color: #AE4518;
}
.TagClassName
{
border-color: #AE4518;
}
</style>