Shades of Rust #AC2709
Tints of Rust #AC2709
RGB
CMYK
RGB Variations
Color information
#AC2709 (or 0xAC2709) is known color: Rust. HEX triplet: AC, 27 and 09. RGB value is (172,39,9). Sum of RGB (Red+Green+Blue) = 172+39+9=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2709 is #53D8F6. Grayscale: #4B4B4B. Windows color (decimal): -5495031 or 599980. OLE color: 599980.
HSL color Cylindrical-coordinate representation of color #AC2709: hue angle of 11.04º degrees, saturation: 0.9, 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 #AC2709 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.33 |
| HSL | 11.04º | 0.9% | 0.35% | - |
| HSV(B) | 11.04º | 0.95% | 0.67% | - |
| XYZ | 17.79 | 10.24 | 1.3 | - |
| YUV | 75.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 9 | 0 | 0.77 | 0.95 | 0.33 | 11.04 | 0.9 | 0.35 |
| Hex | AC | 27 | 9 | 0 | 4D | 5F | 21 | B | 5A | 23 |
| Octal | 254 | 47 | 11 | 0 | 115 | 137 | 41 | 13 | 132 | 43 |
| Binary | 10101100 | 100111 | 1001 | 0 | 1001101 | 1011111 | 100001 | 1011 | 1011010 | 100011 |
Color Harmonies of #AC2709
Complementary color
Monochromatic Colors of #AC2709
Black with #AC2709
Text Example
Text Example
White with #AC2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2709; }
p { color: rgb(172,39,9); }
H1.HeaderClassName
{
color: #AC2709;
}
.AnyTagClassName
{
color: #AC2709;
}
</style>
background-color css
<style>
a { background-color: #AC2709; }
a { background-color: rgb(172,39,9); }
div.DivClassName
{
background-color: #AC2709;
}
.BgClassName
{
background-color: #AC2709;
}
</style>
border-color css
<style>
span { border-color: #AC2709; }
span { border-color: rgb(172,39,9); }
td.TdClassName
{
border-color: #AC2709;
}
.TagClassName
{
border-color: #AC2709;
}
</style>