Shades of Rust #AC2900
Tints of Rust #AC2900
RGB
CMYK
RGB Variations
Color information
#AC2900 (or 0xAC2900) is known color: Rust. HEX triplet: AC, 29 and 00. RGB value is (172,41,0). Sum of RGB (Red+Green+Blue) = 172+41+0=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2900 is #53D6FF. Grayscale: #4B4B4B. Windows color (decimal): -5494528 or 10668. OLE color: 10668.
HSL color Cylindrical-coordinate representation of color #AC2900: hue angle of 14.3º 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 #AC2900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.33 |
| HSL | 14.3º | 1% | 0.34% | - |
| HSV(B) | 14.3º | 1% | 0.67% | - |
| XYZ | 17.81 | 10.36 | 1.06 | - |
| YUV | 75.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 0 | 0 | 0.76 | 1 | 0.33 | 14.3 | 1 | 0.34 |
| Hex | AC | 29 | 0 | 0 | 4C | 64 | 21 | E | 64 | 22 |
| Octal | 254 | 51 | 0 | 0 | 114 | 144 | 41 | 16 | 144 | 42 |
| Binary | 10101100 | 101001 | 0 | 0 | 1001100 | 1100100 | 100001 | 1110 | 1100100 | 100010 |
Color Harmonies of #AC2900
Complementary color
Monochromatic Colors of #AC2900
Black with #AC2900
Text Example
Text Example
White with #AC2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2900; }
p { color: rgb(172,41,0); }
H1.HeaderClassName
{
color: #AC2900;
}
.AnyTagClassName
{
color: #AC2900;
}
</style>
background-color css
<style>
a { background-color: #AC2900; }
a { background-color: rgb(172,41,0); }
div.DivClassName
{
background-color: #AC2900;
}
.BgClassName
{
background-color: #AC2900;
}
</style>
border-color css
<style>
span { border-color: #AC2900; }
span { border-color: rgb(172,41,0); }
td.TdClassName
{
border-color: #AC2900;
}
.TagClassName
{
border-color: #AC2900;
}
</style>