Shades of Rust #AC3F10
Tints of Rust #AC3F10
RGB
CMYK
RGB Variations
Color information
#AC3F10 (or 0xAC3F10) is known color: Rust. HEX triplet: AC, 3F and 10. RGB value is (172,63,16). Sum of RGB (Red+Green+Blue) = 172+63+16=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F10 is #53C0EF. Grayscale: #5A5A5A. Windows color (decimal): -5488880 or 1064876. OLE color: 1064876.
HSL color Cylindrical-coordinate representation of color #AC3F10: hue angle of 18.08º 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 #AC3F10 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.33 |
| HSL | 18.08º | 0.83% | 0.37% | - |
| HSV(B) | 18.08º | 0.91% | 0.67% | - |
| XYZ | 18.88 | 12.36 | 1.88 | - |
| YUV | 90.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 16 | 0 | 0.63 | 0.91 | 0.33 | 18.08 | 0.83 | 0.37 |
| Hex | AC | 3F | 10 | 0 | 3F | 5B | 21 | 12 | 53 | 25 |
| Octal | 254 | 77 | 20 | 0 | 77 | 133 | 41 | 22 | 123 | 45 |
| Binary | 10101100 | 111111 | 10000 | 0 | 111111 | 1011011 | 100001 | 10010 | 1010011 | 100101 |
Color Harmonies of #AC3F10
Complementary color
Monochromatic Colors of #AC3F10
Black with #AC3F10
Text Example
Text Example
White with #AC3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F10; }
p { color: rgb(172,63,16); }
H1.HeaderClassName
{
color: #AC3F10;
}
.AnyTagClassName
{
color: #AC3F10;
}
</style>
background-color css
<style>
a { background-color: #AC3F10; }
a { background-color: rgb(172,63,16); }
div.DivClassName
{
background-color: #AC3F10;
}
.BgClassName
{
background-color: #AC3F10;
}
</style>
border-color css
<style>
span { border-color: #AC3F10; }
span { border-color: rgb(172,63,16); }
td.TdClassName
{
border-color: #AC3F10;
}
.TagClassName
{
border-color: #AC3F10;
}
</style>