Shades of Rust #AE4805
Tints of Rust #AE4805
RGB
CMYK
RGB Variations
Color information
#AE4805 (or 0xAE4805) is known color: Rust. HEX triplet: AE, 48 and 05. RGB value is (174,72,5). Sum of RGB (Red+Green+Blue) = 174+72+5=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4805 is #51B7FA. Grayscale: #5F5F5F. Windows color (decimal): -5355515 or 346286. OLE color: 346286.
HSL color Cylindrical-coordinate representation of color #AE4805: hue angle of 23.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE4805 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 72 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.32 |
| HSL | 23.79º | 0.94% | 0.35% | - |
| HSV(B) | 23.79º | 0.97% | 0.68% | - |
| XYZ | 19.8 | 13.64 | 1.73 | - |
| YUV | 94.86 | 77.29 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 72 | 5 | 0 | 0.59 | 0.97 | 0.32 | 23.79 | 0.94 | 0.35 |
| Hex | AE | 48 | 5 | 0 | 3B | 61 | 20 | 18 | 5E | 23 |
| Octal | 256 | 110 | 5 | 0 | 73 | 141 | 40 | 30 | 136 | 43 |
| Binary | 10101110 | 1001000 | 101 | 0 | 111011 | 1100001 | 100000 | 11000 | 1011110 | 100011 |
Color Harmonies of #AE4805
Complementary color
Monochromatic Colors of #AE4805
Black with #AE4805
Text Example
Text Example
White with #AE4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4805; }
p { color: rgb(174,72,5); }
H1.HeaderClassName
{
color: #AE4805;
}
.AnyTagClassName
{
color: #AE4805;
}
</style>
background-color css
<style>
a { background-color: #AE4805; }
a { background-color: rgb(174,72,5); }
div.DivClassName
{
background-color: #AE4805;
}
.BgClassName
{
background-color: #AE4805;
}
</style>
border-color css
<style>
span { border-color: #AE4805; }
span { border-color: rgb(174,72,5); }
td.TdClassName
{
border-color: #AE4805;
}
.TagClassName
{
border-color: #AE4805;
}
</style>