Shades of Rust #AC3610
Tints of Rust #AC3610
RGB
CMYK
RGB Variations
Color information
#AC3610 (or 0xAC3610) is known color: Rust. HEX triplet: AC, 36 and 10. RGB value is (172,54,16). Sum of RGB (Red+Green+Blue) = 172+54+16=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3610 is #53C9EF. Grayscale: #555555. Windows color (decimal): -5491184 or 1062572. OLE color: 1062572.
HSL color Cylindrical-coordinate representation of color #AC3610: hue angle of 14.62º 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 #AC3610 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 16 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.33 |
| HSL | 14.62º | 0.83% | 0.37% | - |
| HSV(B) | 14.62º | 0.91% | 0.67% | - |
| XYZ | 18.43 | 11.45 | 1.73 | - |
| YUV | 84.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 16 | 0 | 0.69 | 0.91 | 0.33 | 14.62 | 0.83 | 0.37 |
| Hex | AC | 36 | 10 | 0 | 45 | 5B | 21 | F | 53 | 25 |
| Octal | 254 | 66 | 20 | 0 | 105 | 133 | 41 | 17 | 123 | 45 |
| Binary | 10101100 | 110110 | 10000 | 0 | 1000101 | 1011011 | 100001 | 1111 | 1010011 | 100101 |
Color Harmonies of #AC3610
Complementary color
Monochromatic Colors of #AC3610
Black with #AC3610
Text Example
Text Example
White with #AC3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3610; }
p { color: rgb(172,54,16); }
H1.HeaderClassName
{
color: #AC3610;
}
.AnyTagClassName
{
color: #AC3610;
}
</style>
background-color css
<style>
a { background-color: #AC3610; }
a { background-color: rgb(172,54,16); }
div.DivClassName
{
background-color: #AC3610;
}
.BgClassName
{
background-color: #AC3610;
}
</style>
border-color css
<style>
span { border-color: #AC3610; }
span { border-color: rgb(172,54,16); }
td.TdClassName
{
border-color: #AC3610;
}
.TagClassName
{
border-color: #AC3610;
}
</style>