Shades of Rust #AE2D0E
Tints of Rust #AE2D0E
RGB
CMYK
RGB Variations
Color information
#AE2D0E (or 0xAE2D0E) is known color: Rust. HEX triplet: AE, 2D and 0E. RGB value is (174,45,14). Sum of RGB (Red+Green+Blue) = 174+45+14=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D0E is #51D2F1. Grayscale: #505050. Windows color (decimal): -5362418 or 929198. OLE color: 929198.
HSL color Cylindrical-coordinate representation of color #AE2D0E: hue angle of 11.62º 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 #AE2D0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 14 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.32 |
| HSL | 11.63º | 0.85% | 0.37% | - |
| HSV(B) | 11.63º | 0.92% | 0.68% | - |
| XYZ | 18.47 | 10.91 | 1.55 | - |
| YUV | 80.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 14 | 0 | 0.74 | 0.92 | 0.32 | 11.63 | 0.85 | 0.37 |
| Hex | AE | 2D | E | 0 | 4A | 5C | 20 | C | 55 | 25 |
| Octal | 256 | 55 | 16 | 0 | 112 | 134 | 40 | 14 | 125 | 45 |
| Binary | 10101110 | 101101 | 1110 | 0 | 1001010 | 1011100 | 100000 | 1100 | 1010101 | 100101 |
Color Harmonies of #AE2D0E
Complementary color
Monochromatic Colors of #AE2D0E
Black with #AE2D0E
Text Example
Text Example
White with #AE2D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D0E; }
p { color: rgb(174,45,14); }
H1.HeaderClassName
{
color: #AE2D0E;
}
.AnyTagClassName
{
color: #AE2D0E;
}
</style>
background-color css
<style>
a { background-color: #AE2D0E; }
a { background-color: rgb(174,45,14); }
div.DivClassName
{
background-color: #AE2D0E;
}
.BgClassName
{
background-color: #AE2D0E;
}
</style>
border-color css
<style>
span { border-color: #AE2D0E; }
span { border-color: rgb(174,45,14); }
td.TdClassName
{
border-color: #AE2D0E;
}
.TagClassName
{
border-color: #AE2D0E;
}
</style>