Shades of Rust #AC2C03
Tints of Rust #AC2C03
RGB
CMYK
RGB Variations
Color information
#AC2C03 (or 0xAC2C03) is known color: Rust. HEX triplet: AC, 2C and 03. RGB value is (172,44,3). Sum of RGB (Red+Green+Blue) = 172+44+3=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C03 is #53D3FC. Grayscale: #4D4D4D. Windows color (decimal): -5493757 or 208044. OLE color: 208044.
HSL color Cylindrical-coordinate representation of color #AC2C03: hue angle of 14.56º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC2C03 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.33 |
| HSL | 14.56º | 0.97% | 0.34% | - |
| HSV(B) | 14.56º | 0.98% | 0.67% | - |
| XYZ | 17.93 | 10.58 | 1.18 | - |
| YUV | 77.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 3 | 0 | 0.74 | 0.98 | 0.33 | 14.56 | 0.97 | 0.34 |
| Hex | AC | 2C | 3 | 0 | 4A | 62 | 21 | F | 61 | 22 |
| Octal | 254 | 54 | 3 | 0 | 112 | 142 | 41 | 17 | 141 | 42 |
| Binary | 10101100 | 101100 | 11 | 0 | 1001010 | 1100010 | 100001 | 1111 | 1100001 | 100010 |
Color Harmonies of #AC2C03
Complementary color
Monochromatic Colors of #AC2C03
Black with #AC2C03
Text Example
Text Example
White with #AC2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C03; }
p { color: rgb(172,44,3); }
H1.HeaderClassName
{
color: #AC2C03;
}
.AnyTagClassName
{
color: #AC2C03;
}
</style>
background-color css
<style>
a { background-color: #AC2C03; }
a { background-color: rgb(172,44,3); }
div.DivClassName
{
background-color: #AC2C03;
}
.BgClassName
{
background-color: #AC2C03;
}
</style>
border-color css
<style>
span { border-color: #AC2C03; }
span { border-color: rgb(172,44,3); }
td.TdClassName
{
border-color: #AC2C03;
}
.TagClassName
{
border-color: #AC2C03;
}
</style>