Shades of Rust #AC2800
Tints of Rust #AC2800
RGB
CMYK
RGB Variations
Color information
#AC2800 (or 0xAC2800) is known color: Rust. HEX triplet: AC, 28 and 00. RGB value is (172,40,0). Sum of RGB (Red+Green+Blue) = 172+40+0=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2800 is #53D7FF. Grayscale: #4B4B4B. Windows color (decimal): -5494784 or 10412. OLE color: 10412.
HSL color Cylindrical-coordinate representation of color #AC2800: hue angle of 13.95º 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 #AC2800 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.33 |
| HSL | 13.95º | 1% | 0.34% | - |
| HSV(B) | 13.95º | 1% | 0.67% | - |
| XYZ | 17.77 | 10.29 | 1.05 | - |
| YUV | 74.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 0 | 0 | 0.77 | 1 | 0.33 | 13.95 | 1 | 0.34 |
| Hex | AC | 28 | 0 | 0 | 4D | 64 | 21 | E | 64 | 22 |
| Octal | 254 | 50 | 0 | 0 | 115 | 144 | 41 | 16 | 144 | 42 |
| Binary | 10101100 | 101000 | 0 | 0 | 1001101 | 1100100 | 100001 | 1110 | 1100100 | 100010 |
Color Harmonies of #AC2800
Complementary color
Monochromatic Colors of #AC2800
Black with #AC2800
Text Example
Text Example
White with #AC2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2800; }
p { color: rgb(172,40,0); }
H1.HeaderClassName
{
color: #AC2800;
}
.AnyTagClassName
{
color: #AC2800;
}
</style>
background-color css
<style>
a { background-color: #AC2800; }
a { background-color: rgb(172,40,0); }
div.DivClassName
{
background-color: #AC2800;
}
.BgClassName
{
background-color: #AC2800;
}
</style>
border-color css
<style>
span { border-color: #AC2800; }
span { border-color: rgb(172,40,0); }
td.TdClassName
{
border-color: #AC2800;
}
.TagClassName
{
border-color: #AC2800;
}
</style>