Shades of Rust #AC2909
Tints of Rust #AC2909
RGB
CMYK
RGB Variations
Color information
#AC2909 (or 0xAC2909) is known color: Rust. HEX triplet: AC, 29 and 09. RGB value is (172,41,9). Sum of RGB (Red+Green+Blue) = 172+41+9=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2909 is #53D6F6. Grayscale: #4C4C4C. Windows color (decimal): -5494519 or 600492. OLE color: 600492.
HSL color Cylindrical-coordinate representation of color #AC2909: hue angle of 11.78º 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 #AC2909 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 9 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.33 |
| HSL | 11.78º | 0.9% | 0.35% | - |
| HSV(B) | 11.78º | 0.95% | 0.67% | - |
| XYZ | 17.86 | 10.38 | 1.32 | - |
| YUV | 76.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 9 | 0 | 0.76 | 0.95 | 0.33 | 11.78 | 0.9 | 0.35 |
| Hex | AC | 29 | 9 | 0 | 4C | 5F | 21 | C | 5A | 23 |
| Octal | 254 | 51 | 11 | 0 | 114 | 137 | 41 | 14 | 132 | 43 |
| Binary | 10101100 | 101001 | 1001 | 0 | 1001100 | 1011111 | 100001 | 1100 | 1011010 | 100011 |
Color Harmonies of #AC2909
Complementary color
Monochromatic Colors of #AC2909
Black with #AC2909
Text Example
Text Example
White with #AC2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2909; }
p { color: rgb(172,41,9); }
H1.HeaderClassName
{
color: #AC2909;
}
.AnyTagClassName
{
color: #AC2909;
}
</style>
background-color css
<style>
a { background-color: #AC2909; }
a { background-color: rgb(172,41,9); }
div.DivClassName
{
background-color: #AC2909;
}
.BgClassName
{
background-color: #AC2909;
}
</style>
border-color css
<style>
span { border-color: #AC2909; }
span { border-color: rgb(172,41,9); }
td.TdClassName
{
border-color: #AC2909;
}
.TagClassName
{
border-color: #AC2909;
}
</style>