Shades of Rust #AE3E18
Tints of Rust #AE3E18
RGB
CMYK
RGB Variations
Color information
#AE3E18 (or 0xAE3E18) is known color: Rust. HEX triplet: AE, 3E and 18. RGB value is (174,62,24). Sum of RGB (Red+Green+Blue) = 174+62+24=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E18 is #51C1E7. Grayscale: #5B5B5B. Windows color (decimal): -5358056 or 1588910. OLE color: 1588910.
HSL color Cylindrical-coordinate representation of color #AE3E18: hue angle of 15.2º 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 #AE3E18 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 24 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.32 |
| HSL | 15.2º | 0.76% | 0.39% | - |
| HSV(B) | 15.2º | 0.86% | 0.68% | - |
| XYZ | 19.34 | 12.51 | 2.26 | - |
| YUV | 91.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 24 | 0 | 0.64 | 0.86 | 0.32 | 15.2 | 0.76 | 0.39 |
| Hex | AE | 3E | 18 | 0 | 40 | 56 | 20 | F | 4C | 27 |
| Octal | 256 | 76 | 30 | 0 | 100 | 126 | 40 | 17 | 114 | 47 |
| Binary | 10101110 | 111110 | 11000 | 0 | 1000000 | 1010110 | 100000 | 1111 | 1001100 | 100111 |
Color Harmonies of #AE3E18
Complementary color
Monochromatic Colors of #AE3E18
Black with #AE3E18
Text Example
Text Example
White with #AE3E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E18; }
p { color: rgb(174,62,24); }
H1.HeaderClassName
{
color: #AE3E18;
}
.AnyTagClassName
{
color: #AE3E18;
}
</style>
background-color css
<style>
a { background-color: #AE3E18; }
a { background-color: rgb(174,62,24); }
div.DivClassName
{
background-color: #AE3E18;
}
.BgClassName
{
background-color: #AE3E18;
}
</style>
border-color css
<style>
span { border-color: #AE3E18; }
span { border-color: rgb(174,62,24); }
td.TdClassName
{
border-color: #AE3E18;
}
.TagClassName
{
border-color: #AE3E18;
}
</style>