Shades of Rust #AE4E15
Tints of Rust #AE4E15
RGB
CMYK
RGB Variations
Color information
#AE4E15 (or 0xAE4E15) is known color: Rust. HEX triplet: AE, 4E and 15. RGB value is (174,78,21). Sum of RGB (Red+Green+Blue) = 174+78+21=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4E15 is #51B1EA. Grayscale: #646464. Windows color (decimal): -5353963 or 1396398. OLE color: 1396398.
HSL color Cylindrical-coordinate representation of color #AE4E15: hue angle of 22.35º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE4E15 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 78 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.32 |
| HSL | 22.35º | 0.78% | 0.38% | - |
| HSV(B) | 22.35º | 0.88% | 0.68% | - |
| XYZ | 20.32 | 14.5 | 2.44 | - |
| YUV | 100.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 21 | 0 | 0.55 | 0.88 | 0.32 | 22.35 | 0.78 | 0.38 |
| Hex | AE | 4E | 15 | 0 | 37 | 58 | 20 | 16 | 4E | 26 |
| Octal | 256 | 116 | 25 | 0 | 67 | 130 | 40 | 26 | 116 | 46 |
| Binary | 10101110 | 1001110 | 10101 | 0 | 110111 | 1011000 | 100000 | 10110 | 1001110 | 100110 |
Color Harmonies of #AE4E15
Complementary color
Monochromatic Colors of #AE4E15
Black with #AE4E15
Text Example
Text Example
White with #AE4E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4E15; }
p { color: rgb(174,78,21); }
H1.HeaderClassName
{
color: #AE4E15;
}
.AnyTagClassName
{
color: #AE4E15;
}
</style>
background-color css
<style>
a { background-color: #AE4E15; }
a { background-color: rgb(174,78,21); }
div.DivClassName
{
background-color: #AE4E15;
}
.BgClassName
{
background-color: #AE4E15;
}
</style>
border-color css
<style>
span { border-color: #AE4E15; }
span { border-color: rgb(174,78,21); }
td.TdClassName
{
border-color: #AE4E15;
}
.TagClassName
{
border-color: #AE4E15;
}
</style>