Shades of Rust #AC550C
Tints of Rust #AC550C
RGB
CMYK
RGB Variations
Color information
#AC550C (or 0xAC550C) is known color: Rust. HEX triplet: AC, 55 and 0C. RGB value is (172,85,12). Sum of RGB (Red+Green+Blue) = 172+85+12=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC550C is #53AAF3. Grayscale: #676767. Windows color (decimal): -5483252 or 808364. OLE color: 808364.
HSL color Cylindrical-coordinate representation of color #AC550C: hue angle of 27.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC550C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.33 |
| HSL | 27.38º | 0.87% | 0.36% | - |
| HSV(B) | 27.38º | 0.93% | 0.67% | - |
| XYZ | 20.33 | 15.29 | 2.23 | - |
| YUV | 102.69 | 76.82 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 12 | 0 | 0.51 | 0.93 | 0.33 | 27.38 | 0.87 | 0.36 |
| Hex | AC | 55 | C | 0 | 33 | 5D | 21 | 1B | 57 | 24 |
| Octal | 254 | 125 | 14 | 0 | 63 | 135 | 41 | 33 | 127 | 44 |
| Binary | 10101100 | 1010101 | 1100 | 0 | 110011 | 1011101 | 100001 | 11011 | 1010111 | 100100 |
Color Harmonies of #AC550C
Complementary color
Monochromatic Colors of #AC550C
Black with #AC550C
Text Example
Text Example
White with #AC550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC550C; }
p { color: rgb(172,85,12); }
H1.HeaderClassName
{
color: #AC550C;
}
.AnyTagClassName
{
color: #AC550C;
}
</style>
background-color css
<style>
a { background-color: #AC550C; }
a { background-color: rgb(172,85,12); }
div.DivClassName
{
background-color: #AC550C;
}
.BgClassName
{
background-color: #AC550C;
}
</style>
border-color css
<style>
span { border-color: #AC550C; }
span { border-color: rgb(172,85,12); }
td.TdClassName
{
border-color: #AC550C;
}
.TagClassName
{
border-color: #AC550C;
}
</style>