Shades of Rust #AC4910
Tints of Rust #AC4910
RGB
CMYK
RGB Variations
Color information
#AC4910 (or 0xAC4910) is known color: Rust. HEX triplet: AC, 49 and 10. RGB value is (172,73,16). Sum of RGB (Red+Green+Blue) = 172+73+16=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4910 is #53B6EF. Grayscale: #606060. Windows color (decimal): -5486320 or 1067436. OLE color: 1067436.
HSL color Cylindrical-coordinate representation of color #AC4910: hue angle of 21.92º 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 #AC4910 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 16 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.33 |
| HSL | 21.92º | 0.83% | 0.37% | - |
| HSV(B) | 21.92º | 0.91% | 0.67% | - |
| XYZ | 19.49 | 13.57 | 2.08 | - |
| YUV | 96.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 16 | 0 | 0.58 | 0.91 | 0.33 | 21.92 | 0.83 | 0.37 |
| Hex | AC | 49 | 10 | 0 | 3A | 5B | 21 | 16 | 53 | 25 |
| Octal | 254 | 111 | 20 | 0 | 72 | 133 | 41 | 26 | 123 | 45 |
| Binary | 10101100 | 1001001 | 10000 | 0 | 111010 | 1011011 | 100001 | 10110 | 1010011 | 100101 |
Color Harmonies of #AC4910
Complementary color
Monochromatic Colors of #AC4910
Black with #AC4910
Text Example
Text Example
White with #AC4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4910; }
p { color: rgb(172,73,16); }
H1.HeaderClassName
{
color: #AC4910;
}
.AnyTagClassName
{
color: #AC4910;
}
</style>
background-color css
<style>
a { background-color: #AC4910; }
a { background-color: rgb(172,73,16); }
div.DivClassName
{
background-color: #AC4910;
}
.BgClassName
{
background-color: #AC4910;
}
</style>
border-color css
<style>
span { border-color: #AC4910; }
span { border-color: rgb(172,73,16); }
td.TdClassName
{
border-color: #AC4910;
}
.TagClassName
{
border-color: #AC4910;
}
</style>