Shades of Rust #AC510C
Tints of Rust #AC510C
RGB
CMYK
RGB Variations
Color information
#AC510C (or 0xAC510C) is known color: Rust. HEX triplet: AC, 51 and 0C. RGB value is (172,81,12). Sum of RGB (Red+Green+Blue) = 172+81+12=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC510C is #53AEF3. Grayscale: #646464. Windows color (decimal): -5484276 or 807340. OLE color: 807340.
HSL color Cylindrical-coordinate representation of color #AC510C: hue angle of 25.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 #AC510C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.33 |
| HSL | 25.88º | 0.87% | 0.36% | - |
| HSV(B) | 25.88º | 0.93% | 0.67% | - |
| XYZ | 20.02 | 14.68 | 2.13 | - |
| YUV | 100.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 12 | 0 | 0.53 | 0.93 | 0.33 | 25.88 | 0.87 | 0.36 |
| Hex | AC | 51 | C | 0 | 35 | 5D | 21 | 1A | 57 | 24 |
| Octal | 254 | 121 | 14 | 0 | 65 | 135 | 41 | 32 | 127 | 44 |
| Binary | 10101100 | 1010001 | 1100 | 0 | 110101 | 1011101 | 100001 | 11010 | 1010111 | 100100 |
Color Harmonies of #AC510C
Complementary color
Monochromatic Colors of #AC510C
Black with #AC510C
Text Example
Text Example
White with #AC510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC510C; }
p { color: rgb(172,81,12); }
H1.HeaderClassName
{
color: #AC510C;
}
.AnyTagClassName
{
color: #AC510C;
}
</style>
background-color css
<style>
a { background-color: #AC510C; }
a { background-color: rgb(172,81,12); }
div.DivClassName
{
background-color: #AC510C;
}
.BgClassName
{
background-color: #AC510C;
}
</style>
border-color css
<style>
span { border-color: #AC510C; }
span { border-color: rgb(172,81,12); }
td.TdClassName
{
border-color: #AC510C;
}
.TagClassName
{
border-color: #AC510C;
}
</style>