Shades of Rust #AC3A0A
Tints of Rust #AC3A0A
RGB
CMYK
RGB Variations
Color information
#AC3A0A (or 0xAC3A0A) is known color: Rust. HEX triplet: AC, 3A and 0A. RGB value is (172,58,10). Sum of RGB (Red+Green+Blue) = 172+58+10=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A0A is #53C5F5. Grayscale: #565656. Windows color (decimal): -5490166 or 670380. OLE color: 670380.
HSL color Cylindrical-coordinate representation of color #AC3A0A: hue angle of 17.78º 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 #AC3A0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 10 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.33 |
| HSL | 17.78º | 0.89% | 0.36% | - |
| HSV(B) | 17.78º | 0.94% | 0.67% | - |
| XYZ | 18.58 | 11.82 | 1.59 | - |
| YUV | 86.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 10 | 0 | 0.66 | 0.94 | 0.33 | 17.78 | 0.89 | 0.36 |
| Hex | AC | 3A | A | 0 | 42 | 5E | 21 | 12 | 59 | 24 |
| Octal | 254 | 72 | 12 | 0 | 102 | 136 | 41 | 22 | 131 | 44 |
| Binary | 10101100 | 111010 | 1010 | 0 | 1000010 | 1011110 | 100001 | 10010 | 1011001 | 100100 |
Color Harmonies of #AC3A0A
Complementary color
Monochromatic Colors of #AC3A0A
Black with #AC3A0A
Text Example
Text Example
White with #AC3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A0A; }
p { color: rgb(172,58,10); }
H1.HeaderClassName
{
color: #AC3A0A;
}
.AnyTagClassName
{
color: #AC3A0A;
}
</style>
background-color css
<style>
a { background-color: #AC3A0A; }
a { background-color: rgb(172,58,10); }
div.DivClassName
{
background-color: #AC3A0A;
}
.BgClassName
{
background-color: #AC3A0A;
}
</style>
border-color css
<style>
span { border-color: #AC3A0A; }
span { border-color: rgb(172,58,10); }
td.TdClassName
{
border-color: #AC3A0A;
}
.TagClassName
{
border-color: #AC3A0A;
}
</style>