Shades of Rust #AE3D0A
Tints of Rust #AE3D0A
RGB
CMYK
RGB Variations
Color information
#AE3D0A (or 0xAE3D0A) is known color: Rust. HEX triplet: AE, 3D and 0A. RGB value is (174,61,10). Sum of RGB (Red+Green+Blue) = 174+61+10=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D0A is #51C2F5. Grayscale: #595959. Windows color (decimal): -5358326 or 671150. OLE color: 671150.
HSL color Cylindrical-coordinate representation of color #AE3D0A: hue angle of 18.66º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE3D0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.32 |
| HSL | 18.66º | 0.89% | 0.36% | - |
| HSV(B) | 18.66º | 0.94% | 0.68% | - |
| XYZ | 19.18 | 12.36 | 1.66 | - |
| YUV | 88.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 10 | 0 | 0.65 | 0.94 | 0.32 | 18.66 | 0.89 | 0.36 |
| Hex | AE | 3D | A | 0 | 41 | 5E | 20 | 13 | 59 | 24 |
| Octal | 256 | 75 | 12 | 0 | 101 | 136 | 40 | 23 | 131 | 44 |
| Binary | 10101110 | 111101 | 1010 | 0 | 1000001 | 1011110 | 100000 | 10011 | 1011001 | 100100 |
Color Harmonies of #AE3D0A
Complementary color
Monochromatic Colors of #AE3D0A
Black with #AE3D0A
Text Example
Text Example
White with #AE3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D0A; }
p { color: rgb(174,61,10); }
H1.HeaderClassName
{
color: #AE3D0A;
}
.AnyTagClassName
{
color: #AE3D0A;
}
</style>
background-color css
<style>
a { background-color: #AE3D0A; }
a { background-color: rgb(174,61,10); }
div.DivClassName
{
background-color: #AE3D0A;
}
.BgClassName
{
background-color: #AE3D0A;
}
</style>
border-color css
<style>
span { border-color: #AE3D0A; }
span { border-color: rgb(174,61,10); }
td.TdClassName
{
border-color: #AE3D0A;
}
.TagClassName
{
border-color: #AE3D0A;
}
</style>