Shades of Rust #AE3A0E
Tints of Rust #AE3A0E
RGB
CMYK
RGB Variations
Color information
#AE3A0E (or 0xAE3A0E) is known color: Rust. HEX triplet: AE, 3A and 0E. RGB value is (174,58,14). Sum of RGB (Red+Green+Blue) = 174+58+14=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A0E is #51C5F1. Grayscale: #575757. Windows color (decimal): -5359090 or 932526. OLE color: 932526.
HSL color Cylindrical-coordinate representation of color #AE3A0E: hue angle of 16.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE3A0E is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 14 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.32 |
| HSL | 16.5º | 0.85% | 0.37% | - |
| HSV(B) | 16.5º | 0.92% | 0.68% | - |
| XYZ | 19.05 | 12.06 | 1.74 | - |
| YUV | 87.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 14 | 0 | 0.67 | 0.92 | 0.32 | 16.5 | 0.85 | 0.37 |
| Hex | AE | 3A | E | 0 | 43 | 5C | 20 | 10 | 55 | 25 |
| Octal | 256 | 72 | 16 | 0 | 103 | 134 | 40 | 20 | 125 | 45 |
| Binary | 10101110 | 111010 | 1110 | 0 | 1000011 | 1011100 | 100000 | 10000 | 1010101 | 100101 |
Color Harmonies of #AE3A0E
Complementary color
Monochromatic Colors of #AE3A0E
Black with #AE3A0E
Text Example
Text Example
White with #AE3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A0E; }
p { color: rgb(174,58,14); }
H1.HeaderClassName
{
color: #AE3A0E;
}
.AnyTagClassName
{
color: #AE3A0E;
}
</style>
background-color css
<style>
a { background-color: #AE3A0E; }
a { background-color: rgb(174,58,14); }
div.DivClassName
{
background-color: #AE3A0E;
}
.BgClassName
{
background-color: #AE3A0E;
}
</style>
border-color css
<style>
span { border-color: #AE3A0E; }
span { border-color: rgb(174,58,14); }
td.TdClassName
{
border-color: #AE3A0E;
}
.TagClassName
{
border-color: #AE3A0E;
}
</style>