Shades of Rust #AC310A
Tints of Rust #AC310A
RGB
CMYK
RGB Variations
Color information
#AC310A (or 0xAC310A) is known color: Rust. HEX triplet: AC, 31 and 0A. RGB value is (172,49,10). Sum of RGB (Red+Green+Blue) = 172+49+10=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC310A is #53CEF5. Grayscale: #515151. Windows color (decimal): -5492470 or 668076. OLE color: 668076.
HSL color Cylindrical-coordinate representation of color #AC310A: hue angle of 14.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC310A is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 10 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.33 |
| HSL | 14.44º | 0.89% | 0.36% | - |
| HSV(B) | 14.44º | 0.94% | 0.67% | - |
| XYZ | 18.17 | 10.99 | 1.45 | - |
| YUV | 81.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 10 | 0 | 0.72 | 0.94 | 0.33 | 14.44 | 0.89 | 0.36 |
| Hex | AC | 31 | A | 0 | 48 | 5E | 21 | E | 59 | 24 |
| Octal | 254 | 61 | 12 | 0 | 110 | 136 | 41 | 16 | 131 | 44 |
| Binary | 10101100 | 110001 | 1010 | 0 | 1001000 | 1011110 | 100001 | 1110 | 1011001 | 100100 |
Color Harmonies of #AC310A
Complementary color
Monochromatic Colors of #AC310A
Black with #AC310A
Text Example
Text Example
White with #AC310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC310A; }
p { color: rgb(172,49,10); }
H1.HeaderClassName
{
color: #AC310A;
}
.AnyTagClassName
{
color: #AC310A;
}
</style>
background-color css
<style>
a { background-color: #AC310A; }
a { background-color: rgb(172,49,10); }
div.DivClassName
{
background-color: #AC310A;
}
.BgClassName
{
background-color: #AC310A;
}
</style>
border-color css
<style>
span { border-color: #AC310A; }
span { border-color: rgb(172,49,10); }
td.TdClassName
{
border-color: #AC310A;
}
.TagClassName
{
border-color: #AC310A;
}
</style>