Shades of Rust #AE3D16
Tints of Rust #AE3D16
RGB
CMYK
RGB Variations
Color information
#AE3D16 (or 0xAE3D16) is known color: Rust. HEX triplet: AE, 3D and 16. RGB value is (174,61,22). Sum of RGB (Red+Green+Blue) = 174+61+22=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D16 is #51C2E9. Grayscale: #5A5A5A. Windows color (decimal): -5358314 or 1457582. OLE color: 1457582.
HSL color Cylindrical-coordinate representation of color #AE3D16: hue angle of 15.39º 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 #AE3D16 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 22 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.32 |
| HSL | 15.39º | 0.78% | 0.38% | - |
| HSV(B) | 15.39º | 0.87% | 0.68% | - |
| XYZ | 19.27 | 12.39 | 2.14 | - |
| YUV | 90.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 22 | 0 | 0.65 | 0.87 | 0.32 | 15.39 | 0.78 | 0.38 |
| Hex | AE | 3D | 16 | 0 | 41 | 57 | 20 | F | 4E | 26 |
| Octal | 256 | 75 | 26 | 0 | 101 | 127 | 40 | 17 | 116 | 46 |
| Binary | 10101110 | 111101 | 10110 | 0 | 1000001 | 1010111 | 100000 | 1111 | 1001110 | 100110 |
Color Harmonies of #AE3D16
Complementary color
Monochromatic Colors of #AE3D16
Black with #AE3D16
Text Example
Text Example
White with #AE3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D16; }
p { color: rgb(174,61,22); }
H1.HeaderClassName
{
color: #AE3D16;
}
.AnyTagClassName
{
color: #AE3D16;
}
</style>
background-color css
<style>
a { background-color: #AE3D16; }
a { background-color: rgb(174,61,22); }
div.DivClassName
{
background-color: #AE3D16;
}
.BgClassName
{
background-color: #AE3D16;
}
</style>
border-color css
<style>
span { border-color: #AE3D16; }
span { border-color: rgb(174,61,22); }
td.TdClassName
{
border-color: #AE3D16;
}
.TagClassName
{
border-color: #AE3D16;
}
</style>