Shades of Rust #AE550C
Tints of Rust #AE550C
RGB
CMYK
RGB Variations
Color information
#AE550C (or 0xAE550C) is known color: Rust. HEX triplet: AE, 55 and 0C. RGB value is (174,85,12). Sum of RGB (Red+Green+Blue) = 174+85+12=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE550C is #51AAF3. Grayscale: #676767. Windows color (decimal): -5352180 or 808366. OLE color: 808366.
HSL color Cylindrical-coordinate representation of color #AE550C: hue angle of 27.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE550C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.32 |
| HSL | 27.04º | 0.87% | 0.36% | - |
| HSV(B) | 27.04º | 0.93% | 0.68% | - |
| XYZ | 20.77 | 15.52 | 2.25 | - |
| YUV | 103.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 12 | 0 | 0.51 | 0.93 | 0.32 | 27.04 | 0.87 | 0.36 |
| Hex | AE | 55 | C | 0 | 33 | 5D | 20 | 1B | 57 | 24 |
| Octal | 256 | 125 | 14 | 0 | 63 | 135 | 40 | 33 | 127 | 44 |
| Binary | 10101110 | 1010101 | 1100 | 0 | 110011 | 1011101 | 100000 | 11011 | 1010111 | 100100 |
Color Harmonies of #AE550C
Complementary color
Monochromatic Colors of #AE550C
Black with #AE550C
Text Example
Text Example
White with #AE550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE550C; }
p { color: rgb(174,85,12); }
H1.HeaderClassName
{
color: #AE550C;
}
.AnyTagClassName
{
color: #AE550C;
}
</style>
background-color css
<style>
a { background-color: #AE550C; }
a { background-color: rgb(174,85,12); }
div.DivClassName
{
background-color: #AE550C;
}
.BgClassName
{
background-color: #AE550C;
}
</style>
border-color css
<style>
span { border-color: #AE550C; }
span { border-color: rgb(174,85,12); }
td.TdClassName
{
border-color: #AE550C;
}
.TagClassName
{
border-color: #AE550C;
}
</style>