Shades of Rust #AE4120
Tints of Rust #AE4120
RGB
CMYK
RGB Variations
Color information
#AE4120 (or 0xAE4120) is known color: Rust. HEX triplet: AE, 41 and 20. RGB value is (174,65,32). Sum of RGB (Red+Green+Blue) = 174+65+32=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4120 is #51BEDF. Grayscale: #5E5E5E. Windows color (decimal): -5357280 or 2113966. OLE color: 2113966.
HSL color Cylindrical-coordinate representation of color #AE4120: hue angle of 13.94º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE4120 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 32 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.32 |
| HSL | 13.94º | 0.69% | 0.4% | - |
| HSV(B) | 13.94º | 0.82% | 0.68% | - |
| XYZ | 19.61 | 12.88 | 2.82 | - |
| YUV | 93.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 32 | 0 | 0.63 | 0.82 | 0.32 | 13.94 | 0.69 | 0.4 |
| Hex | AE | 41 | 20 | 0 | 3F | 52 | 20 | E | 45 | 28 |
| Octal | 256 | 101 | 40 | 0 | 77 | 122 | 40 | 16 | 105 | 50 |
| Binary | 10101110 | 1000001 | 100000 | 0 | 111111 | 1010010 | 100000 | 1110 | 1000101 | 101000 |
Color Harmonies of #AE4120
Complementary color
Monochromatic Colors of #AE4120
Black with #AE4120
Text Example
Text Example
White with #AE4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4120; }
p { color: rgb(174,65,32); }
H1.HeaderClassName
{
color: #AE4120;
}
.AnyTagClassName
{
color: #AE4120;
}
</style>
background-color css
<style>
a { background-color: #AE4120; }
a { background-color: rgb(174,65,32); }
div.DivClassName
{
background-color: #AE4120;
}
.BgClassName
{
background-color: #AE4120;
}
</style>
border-color css
<style>
span { border-color: #AE4120; }
span { border-color: rgb(174,65,32); }
td.TdClassName
{
border-color: #AE4120;
}
.TagClassName
{
border-color: #AE4120;
}
</style>