Shades of Rust #AE3D1E
Tints of Rust #AE3D1E
RGB
CMYK
RGB Variations
Color information
#AE3D1E (or 0xAE3D1E) is known color: Rust. HEX triplet: AE, 3D and 1E. RGB value is (174,61,30). Sum of RGB (Red+Green+Blue) = 174+61+30=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D1E is #51C2E1. Grayscale: #5B5B5B. Windows color (decimal): -5358306 or 1981870. OLE color: 1981870.
HSL color Cylindrical-coordinate representation of color #AE3D1E: hue angle of 12.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE3D1E is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 30 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.32 |
| HSL | 12.92º | 0.71% | 0.4% | - |
| HSV(B) | 12.92º | 0.83% | 0.68% | - |
| XYZ | 19.36 | 12.43 | 2.61 | - |
| YUV | 91.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 30 | 0 | 0.65 | 0.83 | 0.32 | 12.92 | 0.71 | 0.4 |
| Hex | AE | 3D | 1E | 0 | 41 | 53 | 20 | D | 47 | 28 |
| Octal | 256 | 75 | 36 | 0 | 101 | 123 | 40 | 15 | 107 | 50 |
| Binary | 10101110 | 111101 | 11110 | 0 | 1000001 | 1010011 | 100000 | 1101 | 1000111 | 101000 |
Color Harmonies of #AE3D1E
Complementary color
Monochromatic Colors of #AE3D1E
Black with #AE3D1E
Text Example
Text Example
White with #AE3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D1E; }
p { color: rgb(174,61,30); }
H1.HeaderClassName
{
color: #AE3D1E;
}
.AnyTagClassName
{
color: #AE3D1E;
}
</style>
background-color css
<style>
a { background-color: #AE3D1E; }
a { background-color: rgb(174,61,30); }
div.DivClassName
{
background-color: #AE3D1E;
}
.BgClassName
{
background-color: #AE3D1E;
}
</style>
border-color css
<style>
span { border-color: #AE3D1E; }
span { border-color: rgb(174,61,30); }
td.TdClassName
{
border-color: #AE3D1E;
}
.TagClassName
{
border-color: #AE3D1E;
}
</style>