Shades of Rust #AE3D00
Tints of Rust #AE3D00
RGB
CMYK
RGB Variations
Color information
#AE3D00 (or 0xAE3D00) is known color: Rust. HEX triplet: AE, 3D and 00. RGB value is (174,61,0). Sum of RGB (Red+Green+Blue) = 174+61+0=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D00 is #51C2FF. Grayscale: #585858. Windows color (decimal): -5358336 or 15790. OLE color: 15790.
HSL color Cylindrical-coordinate representation of color #AE3D00: hue angle of 21.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE3D00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.32 |
| HSL | 21.03º | 1% | 0.34% | - |
| HSV(B) | 21.03º | 1% | 0.68% | - |
| XYZ | 19.12 | 12.34 | 1.37 | - |
| YUV | 87.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 0 | 0 | 0.65 | 1 | 0.32 | 21.03 | 1 | 0.34 |
| Hex | AE | 3D | 0 | 0 | 41 | 64 | 20 | 15 | 64 | 22 |
| Octal | 256 | 75 | 0 | 0 | 101 | 144 | 40 | 25 | 144 | 42 |
| Binary | 10101110 | 111101 | 0 | 0 | 1000001 | 1100100 | 100000 | 10101 | 1100100 | 100010 |
Color Harmonies of #AE3D00
Complementary color
Monochromatic Colors of #AE3D00
Black with #AE3D00
Text Example
Text Example
White with #AE3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D00; }
p { color: rgb(174,61,0); }
H1.HeaderClassName
{
color: #AE3D00;
}
.AnyTagClassName
{
color: #AE3D00;
}
</style>
background-color css
<style>
a { background-color: #AE3D00; }
a { background-color: rgb(174,61,0); }
div.DivClassName
{
background-color: #AE3D00;
}
.BgClassName
{
background-color: #AE3D00;
}
</style>
border-color css
<style>
span { border-color: #AE3D00; }
span { border-color: rgb(174,61,0); }
td.TdClassName
{
border-color: #AE3D00;
}
.TagClassName
{
border-color: #AE3D00;
}
</style>