Shades of Rust #AC391C
Tints of Rust #AC391C
RGB
CMYK
RGB Variations
Color information
#AC391C (or 0xAC391C) is known color: Rust. HEX triplet: AC, 39 and 1C. RGB value is (172,57,28). Sum of RGB (Red+Green+Blue) = 172+57+28=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC391C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC391C is #53C6E3. Grayscale: #585858. Windows color (decimal): -5490404 or 1849772. OLE color: 1849772.
HSL color Cylindrical-coordinate representation of color #AC391C: hue angle of 12.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC391C is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 28 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.33 |
| HSL | 12.08º | 0.72% | 0.39% | - |
| HSV(B) | 12.08º | 0.84% | 0.67% | - |
| XYZ | 18.69 | 11.78 | 2.39 | - |
| YUV | 88.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 28 | 0 | 0.67 | 0.84 | 0.33 | 12.08 | 0.72 | 0.39 |
| Hex | AC | 39 | 1C | 0 | 43 | 54 | 21 | C | 48 | 27 |
| Octal | 254 | 71 | 34 | 0 | 103 | 124 | 41 | 14 | 110 | 47 |
| Binary | 10101100 | 111001 | 11100 | 0 | 1000011 | 1010100 | 100001 | 1100 | 1001000 | 100111 |
Color Harmonies of #AC391C
Complementary color
Monochromatic Colors of #AC391C
Black with #AC391C
Text Example
Text Example
White with #AC391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC391C; }
p { color: rgb(172,57,28); }
H1.HeaderClassName
{
color: #AC391C;
}
.AnyTagClassName
{
color: #AC391C;
}
</style>
background-color css
<style>
a { background-color: #AC391C; }
a { background-color: rgb(172,57,28); }
div.DivClassName
{
background-color: #AC391C;
}
.BgClassName
{
background-color: #AC391C;
}
</style>
border-color css
<style>
span { border-color: #AC391C; }
span { border-color: rgb(172,57,28); }
td.TdClassName
{
border-color: #AC391C;
}
.TagClassName
{
border-color: #AC391C;
}
</style>