Shades of Rust #AE3A0C
Tints of Rust #AE3A0C
RGB
CMYK
RGB Variations
Color information
#AE3A0C (or 0xAE3A0C) is known color: Rust. HEX triplet: AE, 3A and 0C. RGB value is (174,58,12). Sum of RGB (Red+Green+Blue) = 174+58+12=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A0C is #51C5F3. Grayscale: #575757. Windows color (decimal): -5359092 or 801454. OLE color: 801454.
HSL color Cylindrical-coordinate representation of color #AE3A0C: hue angle of 17.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE3A0C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 12 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.32 |
| HSL | 17.04º | 0.87% | 0.36% | - |
| HSV(B) | 17.04º | 0.93% | 0.68% | - |
| XYZ | 19.03 | 12.05 | 1.67 | - |
| YUV | 87.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 12 | 0 | 0.67 | 0.93 | 0.32 | 17.04 | 0.87 | 0.36 |
| Hex | AE | 3A | C | 0 | 43 | 5D | 20 | 11 | 57 | 24 |
| Octal | 256 | 72 | 14 | 0 | 103 | 135 | 40 | 21 | 127 | 44 |
| Binary | 10101110 | 111010 | 1100 | 0 | 1000011 | 1011101 | 100000 | 10001 | 1010111 | 100100 |
Color Harmonies of #AE3A0C
Complementary color
Monochromatic Colors of #AE3A0C
Black with #AE3A0C
Text Example
Text Example
White with #AE3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A0C; }
p { color: rgb(174,58,12); }
H1.HeaderClassName
{
color: #AE3A0C;
}
.AnyTagClassName
{
color: #AE3A0C;
}
</style>
background-color css
<style>
a { background-color: #AE3A0C; }
a { background-color: rgb(174,58,12); }
div.DivClassName
{
background-color: #AE3A0C;
}
.BgClassName
{
background-color: #AE3A0C;
}
</style>
border-color css
<style>
span { border-color: #AE3A0C; }
span { border-color: rgb(174,58,12); }
td.TdClassName
{
border-color: #AE3A0C;
}
.TagClassName
{
border-color: #AE3A0C;
}
</style>