Shades of Rust #AC2E00
Tints of Rust #AC2E00
RGB
CMYK
RGB Variations
Color information
#AC2E00 (or 0xAC2E00) is known color: Rust. HEX triplet: AC, 2E and 00. RGB value is (172,46,0). Sum of RGB (Red+Green+Blue) = 172+46+0=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E00 is #53D1FF. Grayscale: #4E4E4E. Windows color (decimal): -5493248 or 11948. OLE color: 11948.
HSL color Cylindrical-coordinate representation of color #AC2E00: hue angle of 16.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC2E00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.33 |
| HSL | 16.05º | 1% | 0.34% | - |
| HSV(B) | 16.05º | 1% | 0.67% | - |
| XYZ | 17.99 | 10.72 | 1.12 | - |
| YUV | 78.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 0 | 0 | 0.73 | 1 | 0.33 | 16.05 | 1 | 0.34 |
| Hex | AC | 2E | 0 | 0 | 49 | 64 | 21 | 10 | 64 | 22 |
| Octal | 254 | 56 | 0 | 0 | 111 | 144 | 41 | 20 | 144 | 42 |
| Binary | 10101100 | 101110 | 0 | 0 | 1001001 | 1100100 | 100001 | 10000 | 1100100 | 100010 |
Color Harmonies of #AC2E00
Complementary color
Monochromatic Colors of #AC2E00
Black with #AC2E00
Text Example
Text Example
White with #AC2E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E00; }
p { color: rgb(172,46,0); }
H1.HeaderClassName
{
color: #AC2E00;
}
.AnyTagClassName
{
color: #AC2E00;
}
</style>
background-color css
<style>
a { background-color: #AC2E00; }
a { background-color: rgb(172,46,0); }
div.DivClassName
{
background-color: #AC2E00;
}
.BgClassName
{
background-color: #AC2E00;
}
</style>
border-color css
<style>
span { border-color: #AC2E00; }
span { border-color: rgb(172,46,0); }
td.TdClassName
{
border-color: #AC2E00;
}
.TagClassName
{
border-color: #AC2E00;
}
</style>