Shades of Rust #AE4E18
Tints of Rust #AE4E18
RGB
CMYK
RGB Variations
Color information
#AE4E18 (or 0xAE4E18) is known color: Rust. HEX triplet: AE, 4E and 18. RGB value is (174,78,24). Sum of RGB (Red+Green+Blue) = 174+78+24=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4E18 is #51B1E7. Grayscale: #646464. Windows color (decimal): -5353960 or 1593006. OLE color: 1593006.
HSL color Cylindrical-coordinate representation of color #AE4E18: hue angle of 21.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 #AE4E18 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 24 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.32 |
| HSL | 21.6º | 0.76% | 0.39% | - |
| HSV(B) | 21.6º | 0.86% | 0.68% | - |
| XYZ | 20.34 | 14.51 | 2.59 | - |
| YUV | 100.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 24 | 0 | 0.55 | 0.86 | 0.32 | 21.6 | 0.76 | 0.39 |
| Hex | AE | 4E | 18 | 0 | 37 | 56 | 20 | 16 | 4C | 27 |
| Octal | 256 | 116 | 30 | 0 | 67 | 126 | 40 | 26 | 114 | 47 |
| Binary | 10101110 | 1001110 | 11000 | 0 | 110111 | 1010110 | 100000 | 10110 | 1001100 | 100111 |
Color Harmonies of #AE4E18
Complementary color
Monochromatic Colors of #AE4E18
Black with #AE4E18
Text Example
Text Example
White with #AE4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E18; }
p { color: rgb(174,78,24); }
H1.HeaderClassName
{
color: #AE4E18;
}
.AnyTagClassName
{
color: #AE4E18;
}
</style>
background-color css
<style>
a { background-color: #AE4E18; }
a { background-color: rgb(174,78,24); }
div.DivClassName
{
background-color: #AE4E18;
}
.BgClassName
{
background-color: #AE4E18;
}
</style>
border-color css
<style>
span { border-color: #AE4E18; }
span { border-color: rgb(174,78,24); }
td.TdClassName
{
border-color: #AE4E18;
}
.TagClassName
{
border-color: #AE4E18;
}
</style>