Shades of Rust #AC2C08
Tints of Rust #AC2C08
RGB
CMYK
RGB Variations
Color information
#AC2C08 (or 0xAC2C08) is known color: Rust. HEX triplet: AC, 2C and 08. RGB value is (172,44,8). Sum of RGB (Red+Green+Blue) = 172+44+8=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C08 is #53D3F7. Grayscale: #4E4E4E. Windows color (decimal): -5493752 or 535724. OLE color: 535724.
HSL color Cylindrical-coordinate representation of color #AC2C08: hue angle of 13.17º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC2C08 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 8 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.33 |
| HSL | 13.17º | 0.91% | 0.35% | - |
| HSV(B) | 13.17º | 0.95% | 0.67% | - |
| XYZ | 17.96 | 10.59 | 1.33 | - |
| YUV | 78.17 | 88.41 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 8 | 0 | 0.74 | 0.95 | 0.33 | 13.17 | 0.91 | 0.35 |
| Hex | AC | 2C | 8 | 0 | 4A | 5F | 21 | D | 5B | 23 |
| Octal | 254 | 54 | 10 | 0 | 112 | 137 | 41 | 15 | 133 | 43 |
| Binary | 10101100 | 101100 | 1000 | 0 | 1001010 | 1011111 | 100001 | 1101 | 1011011 | 100011 |
Color Harmonies of #AC2C08
Complementary color
Monochromatic Colors of #AC2C08
Black with #AC2C08
Text Example
Text Example
White with #AC2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2C08; }
p { color: rgb(172,44,8); }
H1.HeaderClassName
{
color: #AC2C08;
}
.AnyTagClassName
{
color: #AC2C08;
}
</style>
background-color css
<style>
a { background-color: #AC2C08; }
a { background-color: rgb(172,44,8); }
div.DivClassName
{
background-color: #AC2C08;
}
.BgClassName
{
background-color: #AC2C08;
}
</style>
border-color css
<style>
span { border-color: #AC2C08; }
span { border-color: rgb(172,44,8); }
td.TdClassName
{
border-color: #AC2C08;
}
.TagClassName
{
border-color: #AC2C08;
}
</style>