Shades of Rust #AC3306
Tints of Rust #AC3306
RGB
CMYK
RGB Variations
Color information
#AC3306 (or 0xAC3306) is known color: Rust. HEX triplet: AC, 33 and 06. RGB value is (172,51,6). Sum of RGB (Red+Green+Blue) = 172+51+6=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3306 is #53CCF9. Grayscale: #525252. Windows color (decimal): -5491962 or 406444. OLE color: 406444.
HSL color Cylindrical-coordinate representation of color #AC3306: hue angle of 16.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC3306 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.33 |
| HSL | 16.27º | 0.93% | 0.35% | - |
| HSV(B) | 16.27º | 0.97% | 0.67% | - |
| XYZ | 18.23 | 11.15 | 1.36 | - |
| YUV | 82.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 6 | 0 | 0.70 | 0.97 | 0.33 | 16.27 | 0.93 | 0.35 |
| Hex | AC | 33 | 6 | 0 | 46 | 61 | 21 | 10 | 5D | 23 |
| Octal | 254 | 63 | 6 | 0 | 106 | 141 | 41 | 20 | 135 | 43 |
| Binary | 10101100 | 110011 | 110 | 0 | 1000110 | 1100001 | 100001 | 10000 | 1011101 | 100011 |
Color Harmonies of #AC3306
Complementary color
Monochromatic Colors of #AC3306
Black with #AC3306
Text Example
Text Example
White with #AC3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3306; }
p { color: rgb(172,51,6); }
H1.HeaderClassName
{
color: #AC3306;
}
.AnyTagClassName
{
color: #AC3306;
}
</style>
background-color css
<style>
a { background-color: #AC3306; }
a { background-color: rgb(172,51,6); }
div.DivClassName
{
background-color: #AC3306;
}
.BgClassName
{
background-color: #AC3306;
}
</style>
border-color css
<style>
span { border-color: #AC3306; }
span { border-color: rgb(172,51,6); }
td.TdClassName
{
border-color: #AC3306;
}
.TagClassName
{
border-color: #AC3306;
}
</style>