Shades of Rust #AC2809
Tints of Rust #AC2809
RGB
CMYK
RGB Variations
Color information
#AC2809 (or 0xAC2809) is known color: Rust. HEX triplet: AC, 28 and 09. RGB value is (172,40,9). Sum of RGB (Red+Green+Blue) = 172+40+9=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2809 is #53D7F6. Grayscale: #4C4C4C. Windows color (decimal): -5494775 or 600236. OLE color: 600236.
HSL color Cylindrical-coordinate representation of color #AC2809: hue angle of 11.41º 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 #AC2809 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.33 |
| HSL | 11.41º | 0.9% | 0.35% | - |
| HSV(B) | 11.41º | 0.95% | 0.67% | - |
| XYZ | 17.82 | 10.31 | 1.31 | - |
| YUV | 75.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 9 | 0 | 0.77 | 0.95 | 0.33 | 11.41 | 0.9 | 0.35 |
| Hex | AC | 28 | 9 | 0 | 4D | 5F | 21 | B | 5A | 23 |
| Octal | 254 | 50 | 11 | 0 | 115 | 137 | 41 | 13 | 132 | 43 |
| Binary | 10101100 | 101000 | 1001 | 0 | 1001101 | 1011111 | 100001 | 1011 | 1011010 | 100011 |
Color Harmonies of #AC2809
Complementary color
Monochromatic Colors of #AC2809
Black with #AC2809
Text Example
Text Example
White with #AC2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2809; }
p { color: rgb(172,40,9); }
H1.HeaderClassName
{
color: #AC2809;
}
.AnyTagClassName
{
color: #AC2809;
}
</style>
background-color css
<style>
a { background-color: #AC2809; }
a { background-color: rgb(172,40,9); }
div.DivClassName
{
background-color: #AC2809;
}
.BgClassName
{
background-color: #AC2809;
}
</style>
border-color css
<style>
span { border-color: #AC2809; }
span { border-color: rgb(172,40,9); }
td.TdClassName
{
border-color: #AC2809;
}
.TagClassName
{
border-color: #AC2809;
}
</style>