Shades of Rust #AE3218
Tints of Rust #AE3218
RGB
CMYK
RGB Variations
Color information
#AE3218 (or 0xAE3218) is known color: Rust. HEX triplet: AE, 32 and 18. RGB value is (174,50,24). Sum of RGB (Red+Green+Blue) = 174+50+24=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3218 is #51CDE7. Grayscale: #545454. Windows color (decimal): -5361128 or 1585838. OLE color: 1585838.
HSL color Cylindrical-coordinate representation of color #AE3218: hue angle of 10.4º 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 #AE3218 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 24 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.32 |
| HSL | 10.4º | 0.76% | 0.39% | - |
| HSV(B) | 10.4º | 0.86% | 0.68% | - |
| XYZ | 18.76 | 11.35 | 2.07 | - |
| YUV | 84.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 24 | 0 | 0.71 | 0.86 | 0.32 | 10.4 | 0.76 | 0.39 |
| Hex | AE | 32 | 18 | 0 | 47 | 56 | 20 | A | 4C | 27 |
| Octal | 256 | 62 | 30 | 0 | 107 | 126 | 40 | 12 | 114 | 47 |
| Binary | 10101110 | 110010 | 11000 | 0 | 1000111 | 1010110 | 100000 | 1010 | 1001100 | 100111 |
Color Harmonies of #AE3218
Complementary color
Monochromatic Colors of #AE3218
Black with #AE3218
Text Example
Text Example
White with #AE3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3218; }
p { color: rgb(174,50,24); }
H1.HeaderClassName
{
color: #AE3218;
}
.AnyTagClassName
{
color: #AE3218;
}
</style>
background-color css
<style>
a { background-color: #AE3218; }
a { background-color: rgb(174,50,24); }
div.DivClassName
{
background-color: #AE3218;
}
.BgClassName
{
background-color: #AE3218;
}
</style>
border-color css
<style>
span { border-color: #AE3218; }
span { border-color: rgb(174,50,24); }
td.TdClassName
{
border-color: #AE3218;
}
.TagClassName
{
border-color: #AE3218;
}
</style>