Shades of Rust #AC3E10
Tints of Rust #AC3E10
RGB
CMYK
RGB Variations
Color information
#AC3E10 (or 0xAC3E10) is known color: Rust. HEX triplet: AC, 3E and 10. RGB value is (172,62,16). Sum of RGB (Red+Green+Blue) = 172+62+16=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E10 is #53C1EF. Grayscale: #595959. Windows color (decimal): -5489136 or 1064620. OLE color: 1064620.
HSL color Cylindrical-coordinate representation of color #AC3E10: hue angle of 17.69º 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 #AC3E10 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.33 |
| HSL | 17.69º | 0.83% | 0.37% | - |
| HSV(B) | 17.69º | 0.91% | 0.67% | - |
| XYZ | 18.83 | 12.25 | 1.86 | - |
| YUV | 89.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 16 | 0 | 0.64 | 0.91 | 0.33 | 17.69 | 0.83 | 0.37 |
| Hex | AC | 3E | 10 | 0 | 40 | 5B | 21 | 12 | 53 | 25 |
| Octal | 254 | 76 | 20 | 0 | 100 | 133 | 41 | 22 | 123 | 45 |
| Binary | 10101100 | 111110 | 10000 | 0 | 1000000 | 1011011 | 100001 | 10010 | 1010011 | 100101 |
Color Harmonies of #AC3E10
Complementary color
Monochromatic Colors of #AC3E10
Black with #AC3E10
Text Example
Text Example
White with #AC3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E10; }
p { color: rgb(172,62,16); }
H1.HeaderClassName
{
color: #AC3E10;
}
.AnyTagClassName
{
color: #AC3E10;
}
</style>
background-color css
<style>
a { background-color: #AC3E10; }
a { background-color: rgb(172,62,16); }
div.DivClassName
{
background-color: #AC3E10;
}
.BgClassName
{
background-color: #AC3E10;
}
</style>
border-color css
<style>
span { border-color: #AC3E10; }
span { border-color: rgb(172,62,16); }
td.TdClassName
{
border-color: #AC3E10;
}
.TagClassName
{
border-color: #AC3E10;
}
</style>