Shades of Rust #AC2E03
Tints of Rust #AC2E03
RGB
CMYK
RGB Variations
Color information
#AC2E03 (or 0xAC2E03) is known color: Rust. HEX triplet: AC, 2E and 03. RGB value is (172,46,3). Sum of RGB (Red+Green+Blue) = 172+46+3=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E03 is #53D1FC. Grayscale: #4F4F4F. Windows color (decimal): -5493245 or 208556. OLE color: 208556.
HSL color Cylindrical-coordinate representation of color #AC2E03: hue angle of 15.27º 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 #AC2E03 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.33 |
| HSL | 15.27º | 0.97% | 0.34% | - |
| HSV(B) | 15.27º | 0.98% | 0.67% | - |
| XYZ | 18.01 | 10.73 | 1.21 | - |
| YUV | 78.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 3 | 0 | 0.73 | 0.98 | 0.33 | 15.27 | 0.97 | 0.34 |
| Hex | AC | 2E | 3 | 0 | 49 | 62 | 21 | F | 61 | 22 |
| Octal | 254 | 56 | 3 | 0 | 111 | 142 | 41 | 17 | 141 | 42 |
| Binary | 10101100 | 101110 | 11 | 0 | 1001001 | 1100010 | 100001 | 1111 | 1100001 | 100010 |
Color Harmonies of #AC2E03
Complementary color
Monochromatic Colors of #AC2E03
Black with #AC2E03
Text Example
Text Example
White with #AC2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2E03; }
p { color: rgb(172,46,3); }
H1.HeaderClassName
{
color: #AC2E03;
}
.AnyTagClassName
{
color: #AC2E03;
}
</style>
background-color css
<style>
a { background-color: #AC2E03; }
a { background-color: rgb(172,46,3); }
div.DivClassName
{
background-color: #AC2E03;
}
.BgClassName
{
background-color: #AC2E03;
}
</style>
border-color css
<style>
span { border-color: #AC2E03; }
span { border-color: rgb(172,46,3); }
td.TdClassName
{
border-color: #AC2E03;
}
.TagClassName
{
border-color: #AC2E03;
}
</style>