Shades of Rust #AE2404
Tints of Rust #AE2404
RGB
CMYK
RGB Variations
Color information
#AE2404 (or 0xAE2404) is known color: Rust. HEX triplet: AE, 24 and 04. RGB value is (174,36,4). Sum of RGB (Red+Green+Blue) = 174+36+4=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2404 is #51DBFB. Grayscale: #494949. Windows color (decimal): -5364732 or 271534. OLE color: 271534.
HSL color Cylindrical-coordinate representation of color #AE2404: hue angle of 11.29º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE2404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.32 |
| HSL | 11.29º | 0.96% | 0.35% | - |
| HSV(B) | 11.29º | 0.98% | 0.68% | - |
| XYZ | 18.11 | 10.27 | 1.14 | - |
| YUV | 73.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 4 | 0 | 0.79 | 0.98 | 0.32 | 11.29 | 0.96 | 0.35 |
| Hex | AE | 24 | 4 | 0 | 4F | 62 | 20 | B | 60 | 23 |
| Octal | 256 | 44 | 4 | 0 | 117 | 142 | 40 | 13 | 140 | 43 |
| Binary | 10101110 | 100100 | 100 | 0 | 1001111 | 1100010 | 100000 | 1011 | 1100000 | 100011 |
Color Harmonies of #AE2404
Complementary color
Monochromatic Colors of #AE2404
Black with #AE2404
Text Example
Text Example
White with #AE2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2404; }
p { color: rgb(174,36,4); }
H1.HeaderClassName
{
color: #AE2404;
}
.AnyTagClassName
{
color: #AE2404;
}
</style>
background-color css
<style>
a { background-color: #AE2404; }
a { background-color: rgb(174,36,4); }
div.DivClassName
{
background-color: #AE2404;
}
.BgClassName
{
background-color: #AE2404;
}
</style>
border-color css
<style>
span { border-color: #AE2404; }
span { border-color: rgb(174,36,4); }
td.TdClassName
{
border-color: #AE2404;
}
.TagClassName
{
border-color: #AE2404;
}
</style>