Shades of Rust #AE471C
Tints of Rust #AE471C
RGB
CMYK
RGB Variations
Color information
#AE471C (or 0xAE471C) is known color: Rust. HEX triplet: AE, 47 and 1C. RGB value is (174,71,28). Sum of RGB (Red+Green+Blue) = 174+71+28=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE471C is #51B8E3. Grayscale: #616161. Windows color (decimal): -5355748 or 1853358. OLE color: 1853358.
HSL color Cylindrical-coordinate representation of color #AE471C: hue angle of 17.67º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE471C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.32 |
| HSL | 17.67º | 0.72% | 0.4% | - |
| HSV(B) | 17.67º | 0.84% | 0.68% | - |
| XYZ | 19.92 | 13.59 | 2.67 | - |
| YUV | 96.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 28 | 0 | 0.59 | 0.84 | 0.32 | 17.67 | 0.72 | 0.4 |
| Hex | AE | 47 | 1C | 0 | 3B | 54 | 20 | 12 | 48 | 28 |
| Octal | 256 | 107 | 34 | 0 | 73 | 124 | 40 | 22 | 110 | 50 |
| Binary | 10101110 | 1000111 | 11100 | 0 | 111011 | 1010100 | 100000 | 10010 | 1001000 | 101000 |
Color Harmonies of #AE471C
Complementary color
Monochromatic Colors of #AE471C
Black with #AE471C
Text Example
Text Example
White with #AE471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE471C; }
p { color: rgb(174,71,28); }
H1.HeaderClassName
{
color: #AE471C;
}
.AnyTagClassName
{
color: #AE471C;
}
</style>
background-color css
<style>
a { background-color: #AE471C; }
a { background-color: rgb(174,71,28); }
div.DivClassName
{
background-color: #AE471C;
}
.BgClassName
{
background-color: #AE471C;
}
</style>
border-color css
<style>
span { border-color: #AE471C; }
span { border-color: rgb(174,71,28); }
td.TdClassName
{
border-color: #AE471C;
}
.TagClassName
{
border-color: #AE471C;
}
</style>