Shades of Rust #AE3D1D
Tints of Rust #AE3D1D
RGB
CMYK
RGB Variations
Color information
#AE3D1D (or 0xAE3D1D) is known color: Rust. HEX triplet: AE, 3D and 1D. RGB value is (174,61,29). Sum of RGB (Red+Green+Blue) = 174+61+29=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D1D is #51C2E2. Grayscale: #5B5B5B. Windows color (decimal): -5358307 or 1916334. OLE color: 1916334.
HSL color Cylindrical-coordinate representation of color #AE3D1D: hue angle of 13.24º 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 #AE3D1D is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 29 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.32 |
| HSL | 13.24º | 0.71% | 0.4% | - |
| HSV(B) | 13.24º | 0.83% | 0.68% | - |
| XYZ | 19.35 | 12.42 | 2.54 | - |
| YUV | 91.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 29 | 0 | 0.65 | 0.83 | 0.32 | 13.24 | 0.71 | 0.4 |
| Hex | AE | 3D | 1D | 0 | 41 | 53 | 20 | D | 47 | 28 |
| Octal | 256 | 75 | 35 | 0 | 101 | 123 | 40 | 15 | 107 | 50 |
| Binary | 10101110 | 111101 | 11101 | 0 | 1000001 | 1010011 | 100000 | 1101 | 1000111 | 101000 |
Color Harmonies of #AE3D1D
Complementary color
Monochromatic Colors of #AE3D1D
Black with #AE3D1D
Text Example
Text Example
White with #AE3D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D1D; }
p { color: rgb(174,61,29); }
H1.HeaderClassName
{
color: #AE3D1D;
}
.AnyTagClassName
{
color: #AE3D1D;
}
</style>
background-color css
<style>
a { background-color: #AE3D1D; }
a { background-color: rgb(174,61,29); }
div.DivClassName
{
background-color: #AE3D1D;
}
.BgClassName
{
background-color: #AE3D1D;
}
</style>
border-color css
<style>
span { border-color: #AE3D1D; }
span { border-color: rgb(174,61,29); }
td.TdClassName
{
border-color: #AE3D1D;
}
.TagClassName
{
border-color: #AE3D1D;
}
</style>