Shades of Rust #AE4119
Tints of Rust #AE4119
RGB
CMYK
RGB Variations
Color information
#AE4119 (or 0xAE4119) is known color: Rust. HEX triplet: AE, 41 and 19. RGB value is (174,65,25). Sum of RGB (Red+Green+Blue) = 174+65+25=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4119 is #51BEE6. Grayscale: #5D5D5D. Windows color (decimal): -5357287 or 1655214. OLE color: 1655214.
HSL color Cylindrical-coordinate representation of color #AE4119: hue angle of 16.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE4119 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 25 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.32 |
| HSL | 16.11º | 0.75% | 0.39% | - |
| HSV(B) | 16.11º | 0.86% | 0.68% | - |
| XYZ | 19.52 | 12.85 | 2.37 | - |
| YUV | 93.03 | 89.61 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 25 | 0 | 0.63 | 0.86 | 0.32 | 16.11 | 0.75 | 0.39 |
| Hex | AE | 41 | 19 | 0 | 3F | 56 | 20 | 10 | 4B | 27 |
| Octal | 256 | 101 | 31 | 0 | 77 | 126 | 40 | 20 | 113 | 47 |
| Binary | 10101110 | 1000001 | 11001 | 0 | 111111 | 1010110 | 100000 | 10000 | 1001011 | 100111 |
Color Harmonies of #AE4119
Complementary color
Monochromatic Colors of #AE4119
Black with #AE4119
Text Example
Text Example
White with #AE4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4119; }
p { color: rgb(174,65,25); }
H1.HeaderClassName
{
color: #AE4119;
}
.AnyTagClassName
{
color: #AE4119;
}
</style>
background-color css
<style>
a { background-color: #AE4119; }
a { background-color: rgb(174,65,25); }
div.DivClassName
{
background-color: #AE4119;
}
.BgClassName
{
background-color: #AE4119;
}
</style>
border-color css
<style>
span { border-color: #AE4119; }
span { border-color: rgb(174,65,25); }
td.TdClassName
{
border-color: #AE4119;
}
.TagClassName
{
border-color: #AE4119;
}
</style>