Shades of Rust #AC2B0E
Tints of Rust #AC2B0E
RGB
CMYK
RGB Variations
Color information
#AC2B0E (or 0xAC2B0E) is known color: Rust. HEX triplet: AC, 2B and 0E. RGB value is (172,43,14). Sum of RGB (Red+Green+Blue) = 172+43+14=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B0E is #53D4F1. Grayscale: #4E4E4E. Windows color (decimal): -5494002 or 928684. OLE color: 928684.
HSL color Cylindrical-coordinate representation of color #AC2B0E: hue angle of 11.01º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC2B0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 14 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.33 |
| HSL | 11.01º | 0.85% | 0.36% | - |
| HSV(B) | 11.01º | 0.92% | 0.67% | - |
| XYZ | 17.96 | 10.53 | 1.5 | - |
| YUV | 78.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 14 | 0 | 0.75 | 0.92 | 0.33 | 11.01 | 0.85 | 0.36 |
| Hex | AC | 2B | E | 0 | 4B | 5C | 21 | B | 55 | 24 |
| Octal | 254 | 53 | 16 | 0 | 113 | 134 | 41 | 13 | 125 | 44 |
| Binary | 10101100 | 101011 | 1110 | 0 | 1001011 | 1011100 | 100001 | 1011 | 1010101 | 100100 |
Color Harmonies of #AC2B0E
Complementary color
Monochromatic Colors of #AC2B0E
Black with #AC2B0E
Text Example
Text Example
White with #AC2B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B0E; }
p { color: rgb(172,43,14); }
H1.HeaderClassName
{
color: #AC2B0E;
}
.AnyTagClassName
{
color: #AC2B0E;
}
</style>
background-color css
<style>
a { background-color: #AC2B0E; }
a { background-color: rgb(172,43,14); }
div.DivClassName
{
background-color: #AC2B0E;
}
.BgClassName
{
background-color: #AC2B0E;
}
</style>
border-color css
<style>
span { border-color: #AC2B0E; }
span { border-color: rgb(172,43,14); }
td.TdClassName
{
border-color: #AC2B0E;
}
.TagClassName
{
border-color: #AC2B0E;
}
</style>