Shades of Rust #AE3610
Tints of Rust #AE3610
RGB
CMYK
RGB Variations
Color information
#AE3610 (or 0xAE3610) is known color: Rust. HEX triplet: AE, 36 and 10. RGB value is (174,54,16). Sum of RGB (Red+Green+Blue) = 174+54+16=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3610 is #51C9EF. Grayscale: #555555. Windows color (decimal): -5360112 or 1062574. OLE color: 1062574.
HSL color Cylindrical-coordinate representation of color #AE3610: hue angle of 14.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE3610 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 16 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.32 |
| HSL | 14.43º | 0.83% | 0.37% | - |
| HSV(B) | 14.43º | 0.91% | 0.68% | - |
| XYZ | 18.87 | 11.67 | 1.75 | - |
| YUV | 85.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 16 | 0 | 0.69 | 0.91 | 0.32 | 14.43 | 0.83 | 0.37 |
| Hex | AE | 36 | 10 | 0 | 45 | 5B | 20 | E | 53 | 25 |
| Octal | 256 | 66 | 20 | 0 | 105 | 133 | 40 | 16 | 123 | 45 |
| Binary | 10101110 | 110110 | 10000 | 0 | 1000101 | 1011011 | 100000 | 1110 | 1010011 | 100101 |
Color Harmonies of #AE3610
Complementary color
Monochromatic Colors of #AE3610
Black with #AE3610
Text Example
Text Example
White with #AE3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3610; }
p { color: rgb(174,54,16); }
H1.HeaderClassName
{
color: #AE3610;
}
.AnyTagClassName
{
color: #AE3610;
}
</style>
background-color css
<style>
a { background-color: #AE3610; }
a { background-color: rgb(174,54,16); }
div.DivClassName
{
background-color: #AE3610;
}
.BgClassName
{
background-color: #AE3610;
}
</style>
border-color css
<style>
span { border-color: #AE3610; }
span { border-color: rgb(174,54,16); }
td.TdClassName
{
border-color: #AE3610;
}
.TagClassName
{
border-color: #AE3610;
}
</style>