Shades of Rust #AC3C0A
Tints of Rust #AC3C0A
RGB
CMYK
RGB Variations
Color information
#AC3C0A (or 0xAC3C0A) is known color: Rust. HEX triplet: AC, 3C and 0A. RGB value is (172,60,10). Sum of RGB (Red+Green+Blue) = 172+60+10=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C0A is #53C3F5. Grayscale: #585858. Windows color (decimal): -5489654 or 670892. OLE color: 670892.
HSL color Cylindrical-coordinate representation of color #AC3C0A: hue angle of 18.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC3C0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.33 |
| HSL | 18.52º | 0.89% | 0.36% | - |
| HSV(B) | 18.52º | 0.94% | 0.67% | - |
| XYZ | 18.68 | 12.02 | 1.62 | - |
| YUV | 87.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 10 | 0 | 0.65 | 0.94 | 0.33 | 18.52 | 0.89 | 0.36 |
| Hex | AC | 3C | A | 0 | 41 | 5E | 21 | 13 | 59 | 24 |
| Octal | 254 | 74 | 12 | 0 | 101 | 136 | 41 | 23 | 131 | 44 |
| Binary | 10101100 | 111100 | 1010 | 0 | 1000001 | 1011110 | 100001 | 10011 | 1011001 | 100100 |
Color Harmonies of #AC3C0A
Complementary color
Monochromatic Colors of #AC3C0A
Black with #AC3C0A
Text Example
Text Example
White with #AC3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C0A; }
p { color: rgb(172,60,10); }
H1.HeaderClassName
{
color: #AC3C0A;
}
.AnyTagClassName
{
color: #AC3C0A;
}
</style>
background-color css
<style>
a { background-color: #AC3C0A; }
a { background-color: rgb(172,60,10); }
div.DivClassName
{
background-color: #AC3C0A;
}
.BgClassName
{
background-color: #AC3C0A;
}
</style>
border-color css
<style>
span { border-color: #AC3C0A; }
span { border-color: rgb(172,60,10); }
td.TdClassName
{
border-color: #AC3C0A;
}
.TagClassName
{
border-color: #AC3C0A;
}
</style>