Shades of Rust #AC310D
Tints of Rust #AC310D
RGB
CMYK
RGB Variations
Color information
#AC310D (or 0xAC310D) is known color: Rust. HEX triplet: AC, 31 and 0D. RGB value is (172,49,13). Sum of RGB (Red+Green+Blue) = 172+49+13=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC310D is #53CEF2. Grayscale: #515151. Windows color (decimal): -5492467 or 864684. OLE color: 864684.
HSL color Cylindrical-coordinate representation of color #AC310D: hue angle of 13.58º 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 #AC310D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 13 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.33 |
| HSL | 13.58º | 0.86% | 0.36% | - |
| HSV(B) | 13.58º | 0.92% | 0.67% | - |
| XYZ | 18.18 | 11 | 1.54 | - |
| YUV | 81.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 13 | 0 | 0.72 | 0.92 | 0.33 | 13.58 | 0.86 | 0.36 |
| Hex | AC | 31 | D | 0 | 48 | 5C | 21 | E | 56 | 24 |
| Octal | 254 | 61 | 15 | 0 | 110 | 134 | 41 | 16 | 126 | 44 |
| Binary | 10101100 | 110001 | 1101 | 0 | 1001000 | 1011100 | 100001 | 1110 | 1010110 | 100100 |
Color Harmonies of #AC310D
Complementary color
Monochromatic Colors of #AC310D
Black with #AC310D
Text Example
Text Example
White with #AC310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC310D; }
p { color: rgb(172,49,13); }
H1.HeaderClassName
{
color: #AC310D;
}
.AnyTagClassName
{
color: #AC310D;
}
</style>
background-color css
<style>
a { background-color: #AC310D; }
a { background-color: rgb(172,49,13); }
div.DivClassName
{
background-color: #AC310D;
}
.BgClassName
{
background-color: #AC310D;
}
</style>
border-color css
<style>
span { border-color: #AC310D; }
span { border-color: rgb(172,49,13); }
td.TdClassName
{
border-color: #AC310D;
}
.TagClassName
{
border-color: #AC310D;
}
</style>