Shades of Rust #AC390C
Tints of Rust #AC390C
RGB
CMYK
RGB Variations
Color information
#AC390C (or 0xAC390C) is known color: Rust. HEX triplet: AC, 39 and 0C. RGB value is (172,57,12). Sum of RGB (Red+Green+Blue) = 172+57+12=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC390C is #53C6F3. Grayscale: #565656. Windows color (decimal): -5490420 or 801196. OLE color: 801196.
HSL color Cylindrical-coordinate representation of color #AC390C: hue angle of 16.88º 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 #AC390C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 12 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.33 |
| HSL | 16.88º | 0.87% | 0.36% | - |
| HSV(B) | 16.88º | 0.93% | 0.67% | - |
| XYZ | 18.54 | 11.72 | 1.63 | - |
| YUV | 86.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 12 | 0 | 0.67 | 0.93 | 0.33 | 16.88 | 0.87 | 0.36 |
| Hex | AC | 39 | C | 0 | 43 | 5D | 21 | 11 | 57 | 24 |
| Octal | 254 | 71 | 14 | 0 | 103 | 135 | 41 | 21 | 127 | 44 |
| Binary | 10101100 | 111001 | 1100 | 0 | 1000011 | 1011101 | 100001 | 10001 | 1010111 | 100100 |
Color Harmonies of #AC390C
Complementary color
Monochromatic Colors of #AC390C
Black with #AC390C
Text Example
Text Example
White with #AC390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC390C; }
p { color: rgb(172,57,12); }
H1.HeaderClassName
{
color: #AC390C;
}
.AnyTagClassName
{
color: #AC390C;
}
</style>
background-color css
<style>
a { background-color: #AC390C; }
a { background-color: rgb(172,57,12); }
div.DivClassName
{
background-color: #AC390C;
}
.BgClassName
{
background-color: #AC390C;
}
</style>
border-color css
<style>
span { border-color: #AC390C; }
span { border-color: rgb(172,57,12); }
td.TdClassName
{
border-color: #AC390C;
}
.TagClassName
{
border-color: #AC390C;
}
</style>