Shades of Rust #AC330D
Tints of Rust #AC330D
RGB
CMYK
RGB Variations
Color information
#AC330D (or 0xAC330D) is known color: Rust. HEX triplet: AC, 33 and 0D. RGB value is (172,51,13). Sum of RGB (Red+Green+Blue) = 172+51+13=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC330D is #53CCF2. Grayscale: #535353. Windows color (decimal): -5491955 or 865196. OLE color: 865196.
HSL color Cylindrical-coordinate representation of color #AC330D: hue angle of 14.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC330D is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 13 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.33 |
| HSL | 14.34º | 0.86% | 0.36% | - |
| HSV(B) | 14.34º | 0.92% | 0.67% | - |
| XYZ | 18.27 | 11.17 | 1.57 | - |
| YUV | 82.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 13 | 0 | 0.70 | 0.92 | 0.33 | 14.34 | 0.86 | 0.36 |
| Hex | AC | 33 | D | 0 | 46 | 5C | 21 | E | 56 | 24 |
| Octal | 254 | 63 | 15 | 0 | 106 | 134 | 41 | 16 | 126 | 44 |
| Binary | 10101100 | 110011 | 1101 | 0 | 1000110 | 1011100 | 100001 | 1110 | 1010110 | 100100 |
Color Harmonies of #AC330D
Complementary color
Monochromatic Colors of #AC330D
Black with #AC330D
Text Example
Text Example
White with #AC330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC330D; }
p { color: rgb(172,51,13); }
H1.HeaderClassName
{
color: #AC330D;
}
.AnyTagClassName
{
color: #AC330D;
}
</style>
background-color css
<style>
a { background-color: #AC330D; }
a { background-color: rgb(172,51,13); }
div.DivClassName
{
background-color: #AC330D;
}
.BgClassName
{
background-color: #AC330D;
}
</style>
border-color css
<style>
span { border-color: #AC330D; }
span { border-color: rgb(172,51,13); }
td.TdClassName
{
border-color: #AC330D;
}
.TagClassName
{
border-color: #AC330D;
}
</style>