Shades of Rust #AE3C14
Tints of Rust #AE3C14
RGB
CMYK
RGB Variations
Color information
#AE3C14 (or 0xAE3C14) is known color: Rust. HEX triplet: AE, 3C and 14. RGB value is (174,60,20). Sum of RGB (Red+Green+Blue) = 174+60+20=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C14 is #51C3EB. Grayscale: #595959. Windows color (decimal): -5358572 or 1326254. OLE color: 1326254.
HSL color Cylindrical-coordinate representation of color #AE3C14: hue angle of 15.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE3C14 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 20 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.32 |
| HSL | 15.58º | 0.79% | 0.38% | - |
| HSV(B) | 15.58º | 0.89% | 0.68% | - |
| XYZ | 19.2 | 12.28 | 2.02 | - |
| YUV | 89.53 | 88.77 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 20 | 0 | 0.66 | 0.89 | 0.32 | 15.58 | 0.79 | 0.38 |
| Hex | AE | 3C | 14 | 0 | 42 | 59 | 20 | 10 | 4F | 26 |
| Octal | 256 | 74 | 24 | 0 | 102 | 131 | 40 | 20 | 117 | 46 |
| Binary | 10101110 | 111100 | 10100 | 0 | 1000010 | 1011001 | 100000 | 10000 | 1001111 | 100110 |
Color Harmonies of #AE3C14
Complementary color
Monochromatic Colors of #AE3C14
Black with #AE3C14
Text Example
Text Example
White with #AE3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C14; }
p { color: rgb(174,60,20); }
H1.HeaderClassName
{
color: #AE3C14;
}
.AnyTagClassName
{
color: #AE3C14;
}
</style>
background-color css
<style>
a { background-color: #AE3C14; }
a { background-color: rgb(174,60,20); }
div.DivClassName
{
background-color: #AE3C14;
}
.BgClassName
{
background-color: #AE3C14;
}
</style>
border-color css
<style>
span { border-color: #AE3C14; }
span { border-color: rgb(174,60,20); }
td.TdClassName
{
border-color: #AE3C14;
}
.TagClassName
{
border-color: #AE3C14;
}
</style>