Shades of Rust #AC330C
Tints of Rust #AC330C
RGB
CMYK
RGB Variations
Color information
#AC330C (or 0xAC330C) is known color: Rust. HEX triplet: AC, 33 and 0C. RGB value is (172,51,12). Sum of RGB (Red+Green+Blue) = 172+51+12=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC330C is #53CCF3. Grayscale: #535353. Windows color (decimal): -5491956 or 799660. OLE color: 799660.
HSL color Cylindrical-coordinate representation of color #AC330C: hue angle of 14.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC330C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.33 |
| HSL | 14.63º | 0.87% | 0.36% | - |
| HSV(B) | 14.63º | 0.93% | 0.67% | - |
| XYZ | 18.26 | 11.16 | 1.54 | - |
| YUV | 82.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 12 | 0 | 0.70 | 0.93 | 0.33 | 14.63 | 0.87 | 0.36 |
| Hex | AC | 33 | C | 0 | 46 | 5D | 21 | F | 57 | 24 |
| Octal | 254 | 63 | 14 | 0 | 106 | 135 | 41 | 17 | 127 | 44 |
| Binary | 10101100 | 110011 | 1100 | 0 | 1000110 | 1011101 | 100001 | 1111 | 1010111 | 100100 |
Color Harmonies of #AC330C
Complementary color
Monochromatic Colors of #AC330C
Black with #AC330C
Text Example
Text Example
White with #AC330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC330C; }
p { color: rgb(172,51,12); }
H1.HeaderClassName
{
color: #AC330C;
}
.AnyTagClassName
{
color: #AC330C;
}
</style>
background-color css
<style>
a { background-color: #AC330C; }
a { background-color: rgb(172,51,12); }
div.DivClassName
{
background-color: #AC330C;
}
.BgClassName
{
background-color: #AC330C;
}
</style>
border-color css
<style>
span { border-color: #AC330C; }
span { border-color: rgb(172,51,12); }
td.TdClassName
{
border-color: #AC330C;
}
.TagClassName
{
border-color: #AC330C;
}
</style>