Shades of Rust #AE4316
Tints of Rust #AE4316
RGB
CMYK
RGB Variations
Color information
#AE4316 (or 0xAE4316) is known color: Rust. HEX triplet: AE, 43 and 16. RGB value is (174,67,22). Sum of RGB (Red+Green+Blue) = 174+67+22=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4316 is #51BCE9. Grayscale: #5E5E5E. Windows color (decimal): -5356778 or 1459118. OLE color: 1459118.
HSL color Cylindrical-coordinate representation of color #AE4316: hue angle of 17.76º 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 #AE4316 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 22 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.32 |
| HSL | 17.76º | 0.78% | 0.38% | - |
| HSV(B) | 17.76º | 0.87% | 0.68% | - |
| XYZ | 19.61 | 13.07 | 2.25 | - |
| YUV | 93.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 22 | 0 | 0.61 | 0.87 | 0.32 | 17.76 | 0.78 | 0.38 |
| Hex | AE | 43 | 16 | 0 | 3D | 57 | 20 | 12 | 4E | 26 |
| Octal | 256 | 103 | 26 | 0 | 75 | 127 | 40 | 22 | 116 | 46 |
| Binary | 10101110 | 1000011 | 10110 | 0 | 111101 | 1010111 | 100000 | 10010 | 1001110 | 100110 |
Color Harmonies of #AE4316
Complementary color
Monochromatic Colors of #AE4316
Black with #AE4316
Text Example
Text Example
White with #AE4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4316; }
p { color: rgb(174,67,22); }
H1.HeaderClassName
{
color: #AE4316;
}
.AnyTagClassName
{
color: #AE4316;
}
</style>
background-color css
<style>
a { background-color: #AE4316; }
a { background-color: rgb(174,67,22); }
div.DivClassName
{
background-color: #AE4316;
}
.BgClassName
{
background-color: #AE4316;
}
</style>
border-color css
<style>
span { border-color: #AE4316; }
span { border-color: rgb(174,67,22); }
td.TdClassName
{
border-color: #AE4316;
}
.TagClassName
{
border-color: #AE4316;
}
</style>