Shades of Rust #AE3715
Tints of Rust #AE3715
RGB
CMYK
RGB Variations
Color information
#AE3715 (or 0xAE3715) is known color: Rust. HEX triplet: AE, 37 and 15. RGB value is (174,55,21). Sum of RGB (Red+Green+Blue) = 174+55+21=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3715 is #51C8EA. Grayscale: #565656. Windows color (decimal): -5359851 or 1390510. OLE color: 1390510.
HSL color Cylindrical-coordinate representation of color #AE3715: hue angle of 13.33º 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 #AE3715 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 21 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.32 |
| HSL | 13.33º | 0.78% | 0.38% | - |
| HSV(B) | 13.33º | 0.88% | 0.68% | - |
| XYZ | 18.96 | 11.79 | 1.99 | - |
| YUV | 86.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 21 | 0 | 0.68 | 0.88 | 0.32 | 13.33 | 0.78 | 0.38 |
| Hex | AE | 37 | 15 | 0 | 44 | 58 | 20 | D | 4E | 26 |
| Octal | 256 | 67 | 25 | 0 | 104 | 130 | 40 | 15 | 116 | 46 |
| Binary | 10101110 | 110111 | 10101 | 0 | 1000100 | 1011000 | 100000 | 1101 | 1001110 | 100110 |
Color Harmonies of #AE3715
Complementary color
Monochromatic Colors of #AE3715
Black with #AE3715
Text Example
Text Example
White with #AE3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3715; }
p { color: rgb(174,55,21); }
H1.HeaderClassName
{
color: #AE3715;
}
.AnyTagClassName
{
color: #AE3715;
}
</style>
background-color css
<style>
a { background-color: #AE3715; }
a { background-color: rgb(174,55,21); }
div.DivClassName
{
background-color: #AE3715;
}
.BgClassName
{
background-color: #AE3715;
}
</style>
border-color css
<style>
span { border-color: #AE3715; }
span { border-color: rgb(174,55,21); }
td.TdClassName
{
border-color: #AE3715;
}
.TagClassName
{
border-color: #AE3715;
}
</style>