Shades of Rust #AE4411
Tints of Rust #AE4411
RGB
CMYK
RGB Variations
Color information
#AE4411 (or 0xAE4411) is known color: Rust. HEX triplet: AE, 44 and 11. RGB value is (174,68,17). Sum of RGB (Red+Green+Blue) = 174+68+17=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4411 is #51BBEE. Grayscale: #5E5E5E. Windows color (decimal): -5356527 or 1131694. OLE color: 1131694.
HSL color Cylindrical-coordinate representation of color #AE4411: hue angle of 19.49º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4411 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 17 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.32 |
| HSL | 19.49º | 0.82% | 0.37% | - |
| HSV(B) | 19.49º | 0.9% | 0.68% | - |
| XYZ | 19.62 | 13.17 | 2.04 | - |
| YUV | 93.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 17 | 0 | 0.61 | 0.90 | 0.32 | 19.49 | 0.82 | 0.37 |
| Hex | AE | 44 | 11 | 0 | 3D | 5A | 20 | 13 | 52 | 25 |
| Octal | 256 | 104 | 21 | 0 | 75 | 132 | 40 | 23 | 122 | 45 |
| Binary | 10101110 | 1000100 | 10001 | 0 | 111101 | 1011010 | 100000 | 10011 | 1010010 | 100101 |
Color Harmonies of #AE4411
Complementary color
Monochromatic Colors of #AE4411
Black with #AE4411
Text Example
Text Example
White with #AE4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4411; }
p { color: rgb(174,68,17); }
H1.HeaderClassName
{
color: #AE4411;
}
.AnyTagClassName
{
color: #AE4411;
}
</style>
background-color css
<style>
a { background-color: #AE4411; }
a { background-color: rgb(174,68,17); }
div.DivClassName
{
background-color: #AE4411;
}
.BgClassName
{
background-color: #AE4411;
}
</style>
border-color css
<style>
span { border-color: #AE4411; }
span { border-color: rgb(174,68,17); }
td.TdClassName
{
border-color: #AE4411;
}
.TagClassName
{
border-color: #AE4411;
}
</style>