Shades of Rust #AE2F14
Tints of Rust #AE2F14
RGB
CMYK
RGB Variations
Color information
#AE2F14 (or 0xAE2F14) is known color: Rust. HEX triplet: AE, 2F and 14. RGB value is (174,47,20). Sum of RGB (Red+Green+Blue) = 174+47+20=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F14 is #51D0EB. Grayscale: #525252. Windows color (decimal): -5361900 or 1322926. OLE color: 1322926.
HSL color Cylindrical-coordinate representation of color #AE2F14: hue angle of 10.52º 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 #AE2F14 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 20 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.32 |
| HSL | 10.52º | 0.79% | 0.38% | - |
| HSV(B) | 10.52º | 0.89% | 0.68% | - |
| XYZ | 18.6 | 11.08 | 1.82 | - |
| YUV | 81.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 20 | 0 | 0.73 | 0.89 | 0.32 | 10.52 | 0.79 | 0.38 |
| Hex | AE | 2F | 14 | 0 | 49 | 59 | 20 | B | 4F | 26 |
| Octal | 256 | 57 | 24 | 0 | 111 | 131 | 40 | 13 | 117 | 46 |
| Binary | 10101110 | 101111 | 10100 | 0 | 1001001 | 1011001 | 100000 | 1011 | 1001111 | 100110 |
Color Harmonies of #AE2F14
Complementary color
Monochromatic Colors of #AE2F14
Black with #AE2F14
Text Example
Text Example
White with #AE2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2F14; }
p { color: rgb(174,47,20); }
H1.HeaderClassName
{
color: #AE2F14;
}
.AnyTagClassName
{
color: #AE2F14;
}
</style>
background-color css
<style>
a { background-color: #AE2F14; }
a { background-color: rgb(174,47,20); }
div.DivClassName
{
background-color: #AE2F14;
}
.BgClassName
{
background-color: #AE2F14;
}
</style>
border-color css
<style>
span { border-color: #AE2F14; }
span { border-color: rgb(174,47,20); }
td.TdClassName
{
border-color: #AE2F14;
}
.TagClassName
{
border-color: #AE2F14;
}
</style>