Shades of Rust #AC3014
Tints of Rust #AC3014
RGB
CMYK
RGB Variations
Color information
#AC3014 (or 0xAC3014) is known color: Rust. HEX triplet: AC, 30 and 14. RGB value is (172,48,20). Sum of RGB (Red+Green+Blue) = 172+48+20=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3014 is #53CFEB. Grayscale: #525252. Windows color (decimal): -5492716 or 1323180. OLE color: 1323180.
HSL color Cylindrical-coordinate representation of color #AC3014: hue angle of 11.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3014 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 20 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.33 |
| HSL | 11.05º | 0.79% | 0.38% | - |
| HSV(B) | 11.05º | 0.88% | 0.67% | - |
| XYZ | 18.2 | 10.94 | 1.81 | - |
| YUV | 81.88 | 93.08 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 20 | 0 | 0.72 | 0.88 | 0.33 | 11.05 | 0.79 | 0.38 |
| Hex | AC | 30 | 14 | 0 | 48 | 58 | 21 | B | 4F | 26 |
| Octal | 254 | 60 | 24 | 0 | 110 | 130 | 41 | 13 | 117 | 46 |
| Binary | 10101100 | 110000 | 10100 | 0 | 1001000 | 1011000 | 100001 | 1011 | 1001111 | 100110 |
Color Harmonies of #AC3014
Complementary color
Monochromatic Colors of #AC3014
Black with #AC3014
Text Example
Text Example
White with #AC3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3014; }
p { color: rgb(172,48,20); }
H1.HeaderClassName
{
color: #AC3014;
}
.AnyTagClassName
{
color: #AC3014;
}
</style>
background-color css
<style>
a { background-color: #AC3014; }
a { background-color: rgb(172,48,20); }
div.DivClassName
{
background-color: #AC3014;
}
.BgClassName
{
background-color: #AC3014;
}
</style>
border-color css
<style>
span { border-color: #AC3014; }
span { border-color: rgb(172,48,20); }
td.TdClassName
{
border-color: #AC3014;
}
.TagClassName
{
border-color: #AC3014;
}
</style>