Shades of Rust #AE3616
Tints of Rust #AE3616
RGB
CMYK
RGB Variations
Color information
#AE3616 (or 0xAE3616) is known color: Rust. HEX triplet: AE, 36 and 16. RGB value is (174,54,22). Sum of RGB (Red+Green+Blue) = 174+54+22=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3616 is #51C9E9. Grayscale: #565656. Windows color (decimal): -5360106 or 1455790. OLE color: 1455790.
HSL color Cylindrical-coordinate representation of color #AE3616: hue angle of 12.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE3616 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 22 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.32 |
| HSL | 12.63º | 0.78% | 0.38% | - |
| HSV(B) | 12.63º | 0.87% | 0.68% | - |
| XYZ | 18.92 | 11.69 | 2.02 | - |
| YUV | 86.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 22 | 0 | 0.69 | 0.87 | 0.32 | 12.63 | 0.78 | 0.38 |
| Hex | AE | 36 | 16 | 0 | 45 | 57 | 20 | D | 4E | 26 |
| Octal | 256 | 66 | 26 | 0 | 105 | 127 | 40 | 15 | 116 | 46 |
| Binary | 10101110 | 110110 | 10110 | 0 | 1000101 | 1010111 | 100000 | 1101 | 1001110 | 100110 |
Color Harmonies of #AE3616
Complementary color
Monochromatic Colors of #AE3616
Black with #AE3616
Text Example
Text Example
White with #AE3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3616; }
p { color: rgb(174,54,22); }
H1.HeaderClassName
{
color: #AE3616;
}
.AnyTagClassName
{
color: #AE3616;
}
</style>
background-color css
<style>
a { background-color: #AE3616; }
a { background-color: rgb(174,54,22); }
div.DivClassName
{
background-color: #AE3616;
}
.BgClassName
{
background-color: #AE3616;
}
</style>
border-color css
<style>
span { border-color: #AE3616; }
span { border-color: rgb(174,54,22); }
td.TdClassName
{
border-color: #AE3616;
}
.TagClassName
{
border-color: #AE3616;
}
</style>