Shades of Rust #AE4412
Tints of Rust #AE4412
RGB
CMYK
RGB Variations
Color information
#AE4412 (or 0xAE4412) is known color: Rust. HEX triplet: AE, 44 and 12. RGB value is (174,68,18). Sum of RGB (Red+Green+Blue) = 174+68+18=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4412 is #51BBED. Grayscale: #5E5E5E. Windows color (decimal): -5356526 or 1197230. OLE color: 1197230.
HSL color Cylindrical-coordinate representation of color #AE4412: hue angle of 19.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4412 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 18 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.32 |
| HSL | 19.23º | 0.81% | 0.38% | - |
| HSV(B) | 19.23º | 0.9% | 0.68% | - |
| XYZ | 19.63 | 13.18 | 2.08 | - |
| YUV | 93.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 18 | 0 | 0.61 | 0.90 | 0.32 | 19.23 | 0.81 | 0.38 |
| Hex | AE | 44 | 12 | 0 | 3D | 5A | 20 | 13 | 51 | 26 |
| Octal | 256 | 104 | 22 | 0 | 75 | 132 | 40 | 23 | 121 | 46 |
| Binary | 10101110 | 1000100 | 10010 | 0 | 111101 | 1011010 | 100000 | 10011 | 1010001 | 100110 |
Color Harmonies of #AE4412
Complementary color
Monochromatic Colors of #AE4412
Black with #AE4412
Text Example
Text Example
White with #AE4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4412; }
p { color: rgb(174,68,18); }
H1.HeaderClassName
{
color: #AE4412;
}
.AnyTagClassName
{
color: #AE4412;
}
</style>
background-color css
<style>
a { background-color: #AE4412; }
a { background-color: rgb(174,68,18); }
div.DivClassName
{
background-color: #AE4412;
}
.BgClassName
{
background-color: #AE4412;
}
</style>
border-color css
<style>
span { border-color: #AE4412; }
span { border-color: rgb(174,68,18); }
td.TdClassName
{
border-color: #AE4412;
}
.TagClassName
{
border-color: #AE4412;
}
</style>