Shades of Rust #AE3D14
Tints of Rust #AE3D14
RGB
CMYK
RGB Variations
Color information
#AE3D14 (or 0xAE3D14) is known color: Rust. HEX triplet: AE, 3D and 14. RGB value is (174,61,20). Sum of RGB (Red+Green+Blue) = 174+61+20=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D14 is #51C2EB. Grayscale: #5A5A5A. Windows color (decimal): -5358316 or 1326510. OLE color: 1326510.
HSL color Cylindrical-coordinate representation of color #AE3D14: hue angle of 15.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE3D14 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 20 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.32 |
| HSL | 15.97º | 0.79% | 0.38% | - |
| HSV(B) | 15.97º | 0.89% | 0.68% | - |
| XYZ | 19.25 | 12.39 | 2.04 | - |
| YUV | 90.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 20 | 0 | 0.65 | 0.89 | 0.32 | 15.97 | 0.79 | 0.38 |
| Hex | AE | 3D | 14 | 0 | 41 | 59 | 20 | 10 | 4F | 26 |
| Octal | 256 | 75 | 24 | 0 | 101 | 131 | 40 | 20 | 117 | 46 |
| Binary | 10101110 | 111101 | 10100 | 0 | 1000001 | 1011001 | 100000 | 10000 | 1001111 | 100110 |
Color Harmonies of #AE3D14
Complementary color
Monochromatic Colors of #AE3D14
Black with #AE3D14
Text Example
Text Example
White with #AE3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D14; }
p { color: rgb(174,61,20); }
H1.HeaderClassName
{
color: #AE3D14;
}
.AnyTagClassName
{
color: #AE3D14;
}
</style>
background-color css
<style>
a { background-color: #AE3D14; }
a { background-color: rgb(174,61,20); }
div.DivClassName
{
background-color: #AE3D14;
}
.BgClassName
{
background-color: #AE3D14;
}
</style>
border-color css
<style>
span { border-color: #AE3D14; }
span { border-color: rgb(174,61,20); }
td.TdClassName
{
border-color: #AE3D14;
}
.TagClassName
{
border-color: #AE3D14;
}
</style>