Shades of Rust #AE2905
Tints of Rust #AE2905
RGB
CMYK
RGB Variations
Color information
#AE2905 (or 0xAE2905) is known color: Rust. HEX triplet: AE, 29 and 05. RGB value is (174,41,5). Sum of RGB (Red+Green+Blue) = 174+41+5=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2905 is #51D6FA. Grayscale: #4C4C4C. Windows color (decimal): -5363451 or 338350. OLE color: 338350.
HSL color Cylindrical-coordinate representation of color #AE2905: hue angle of 12.78º 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 #AE2905 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.32 |
| HSL | 12.78º | 0.94% | 0.35% | - |
| HSV(B) | 12.78º | 0.97% | 0.68% | - |
| XYZ | 18.28 | 10.6 | 1.23 | - |
| YUV | 76.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 5 | 0 | 0.76 | 0.97 | 0.32 | 12.78 | 0.94 | 0.35 |
| Hex | AE | 29 | 5 | 0 | 4C | 61 | 20 | D | 5E | 23 |
| Octal | 256 | 51 | 5 | 0 | 114 | 141 | 40 | 15 | 136 | 43 |
| Binary | 10101110 | 101001 | 101 | 0 | 1001100 | 1100001 | 100000 | 1101 | 1011110 | 100011 |
Color Harmonies of #AE2905
Complementary color
Monochromatic Colors of #AE2905
Black with #AE2905
Text Example
Text Example
White with #AE2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2905; }
p { color: rgb(174,41,5); }
H1.HeaderClassName
{
color: #AE2905;
}
.AnyTagClassName
{
color: #AE2905;
}
</style>
background-color css
<style>
a { background-color: #AE2905; }
a { background-color: rgb(174,41,5); }
div.DivClassName
{
background-color: #AE2905;
}
.BgClassName
{
background-color: #AE2905;
}
</style>
border-color css
<style>
span { border-color: #AE2905; }
span { border-color: rgb(174,41,5); }
td.TdClassName
{
border-color: #AE2905;
}
.TagClassName
{
border-color: #AE2905;
}
</style>