Shades of Rust #AC2A0A
Tints of Rust #AC2A0A
RGB
CMYK
RGB Variations
Color information
#AC2A0A (or 0xAC2A0A) is known color: Rust. HEX triplet: AC, 2A and 0A. RGB value is (172,42,10). Sum of RGB (Red+Green+Blue) = 172+42+10=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A0A is #53D5F5. Grayscale: #4D4D4D. Windows color (decimal): -5494262 or 666284. OLE color: 666284.
HSL color Cylindrical-coordinate representation of color #AC2A0A: hue angle of 11.85º 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 #AC2A0A is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 10 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.33 |
| HSL | 11.85º | 0.89% | 0.36% | - |
| HSV(B) | 11.85º | 0.94% | 0.67% | - |
| XYZ | 17.9 | 10.45 | 1.36 | - |
| YUV | 77.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 10 | 0 | 0.76 | 0.94 | 0.33 | 11.85 | 0.89 | 0.36 |
| Hex | AC | 2A | A | 0 | 4C | 5E | 21 | C | 59 | 24 |
| Octal | 254 | 52 | 12 | 0 | 114 | 136 | 41 | 14 | 131 | 44 |
| Binary | 10101100 | 101010 | 1010 | 0 | 1001100 | 1011110 | 100001 | 1100 | 1011001 | 100100 |
Color Harmonies of #AC2A0A
Complementary color
Monochromatic Colors of #AC2A0A
Black with #AC2A0A
Text Example
Text Example
White with #AC2A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A0A; }
p { color: rgb(172,42,10); }
H1.HeaderClassName
{
color: #AC2A0A;
}
.AnyTagClassName
{
color: #AC2A0A;
}
</style>
background-color css
<style>
a { background-color: #AC2A0A; }
a { background-color: rgb(172,42,10); }
div.DivClassName
{
background-color: #AC2A0A;
}
.BgClassName
{
background-color: #AC2A0A;
}
</style>
border-color css
<style>
span { border-color: #AC2A0A; }
span { border-color: rgb(172,42,10); }
td.TdClassName
{
border-color: #AC2A0A;
}
.TagClassName
{
border-color: #AC2A0A;
}
</style>