Shades of Rust #AC3010
Tints of Rust #AC3010
RGB
CMYK
RGB Variations
Color information
#AC3010 (or 0xAC3010) is known color: Rust. HEX triplet: AC, 30 and 10. RGB value is (172,48,16). Sum of RGB (Red+Green+Blue) = 172+48+16=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3010 is #53CFEF. Grayscale: #515151. Windows color (decimal): -5492720 or 1061036. OLE color: 1061036.
HSL color Cylindrical-coordinate representation of color #AC3010: hue angle of 12.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC3010 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.33 |
| HSL | 12.31º | 0.83% | 0.37% | - |
| HSV(B) | 12.31º | 0.91% | 0.67% | - |
| XYZ | 18.16 | 10.92 | 1.64 | - |
| YUV | 81.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 16 | 0 | 0.72 | 0.91 | 0.33 | 12.31 | 0.83 | 0.37 |
| Hex | AC | 30 | 10 | 0 | 48 | 5B | 21 | C | 53 | 25 |
| Octal | 254 | 60 | 20 | 0 | 110 | 133 | 41 | 14 | 123 | 45 |
| Binary | 10101100 | 110000 | 10000 | 0 | 1001000 | 1011011 | 100001 | 1100 | 1010011 | 100101 |
Color Harmonies of #AC3010
Complementary color
Monochromatic Colors of #AC3010
Black with #AC3010
Text Example
Text Example
White with #AC3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3010; }
p { color: rgb(172,48,16); }
H1.HeaderClassName
{
color: #AC3010;
}
.AnyTagClassName
{
color: #AC3010;
}
</style>
background-color css
<style>
a { background-color: #AC3010; }
a { background-color: rgb(172,48,16); }
div.DivClassName
{
background-color: #AC3010;
}
.BgClassName
{
background-color: #AC3010;
}
</style>
border-color css
<style>
span { border-color: #AC3010; }
span { border-color: rgb(172,48,16); }
td.TdClassName
{
border-color: #AC3010;
}
.TagClassName
{
border-color: #AC3010;
}
</style>