Shades of Rust #AC3409
Tints of Rust #AC3409
RGB
CMYK
RGB Variations
Color information
#AC3409 (or 0xAC3409) is known color: Rust. HEX triplet: AC, 34 and 09. RGB value is (172,52,9). Sum of RGB (Red+Green+Blue) = 172+52+9=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3409 is #53CBF6. Grayscale: #535353. Windows color (decimal): -5491703 or 603308. OLE color: 603308.
HSL color Cylindrical-coordinate representation of color #AC3409: hue angle of 15.83º 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 #AC3409 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.33 |
| HSL | 15.83º | 0.9% | 0.35% | - |
| HSV(B) | 15.83º | 0.95% | 0.67% | - |
| XYZ | 18.29 | 11.25 | 1.47 | - |
| YUV | 82.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 9 | 0 | 0.70 | 0.95 | 0.33 | 15.83 | 0.9 | 0.35 |
| Hex | AC | 34 | 9 | 0 | 46 | 5F | 21 | 10 | 5A | 23 |
| Octal | 254 | 64 | 11 | 0 | 106 | 137 | 41 | 20 | 132 | 43 |
| Binary | 10101100 | 110100 | 1001 | 0 | 1000110 | 1011111 | 100001 | 10000 | 1011010 | 100011 |
Color Harmonies of #AC3409
Complementary color
Monochromatic Colors of #AC3409
Black with #AC3409
Text Example
Text Example
White with #AC3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3409; }
p { color: rgb(172,52,9); }
H1.HeaderClassName
{
color: #AC3409;
}
.AnyTagClassName
{
color: #AC3409;
}
</style>
background-color css
<style>
a { background-color: #AC3409; }
a { background-color: rgb(172,52,9); }
div.DivClassName
{
background-color: #AC3409;
}
.BgClassName
{
background-color: #AC3409;
}
</style>
border-color css
<style>
span { border-color: #AC3409; }
span { border-color: rgb(172,52,9); }
td.TdClassName
{
border-color: #AC3409;
}
.TagClassName
{
border-color: #AC3409;
}
</style>