Shades of Rust #AC3B17
Tints of Rust #AC3B17
RGB
CMYK
RGB Variations
Color information
#AC3B17 (or 0xAC3B17) is known color: Rust. HEX triplet: AC, 3B and 17. RGB value is (172,59,23). Sum of RGB (Red+Green+Blue) = 172+59+23=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B17 is #53C4E8. Grayscale: #585858. Windows color (decimal): -5489897 or 1522604. OLE color: 1522604.
HSL color Cylindrical-coordinate representation of color #AC3B17: hue angle of 14.5º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC3B17 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 59 | 23 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.33 |
| HSL | 14.5º | 0.76% | 0.38% | - |
| HSV(B) | 14.5º | 0.87% | 0.67% | - |
| XYZ | 18.73 | 11.96 | 2.13 | - |
| YUV | 88.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 23 | 0 | 0.66 | 0.87 | 0.33 | 14.5 | 0.76 | 0.38 |
| Hex | AC | 3B | 17 | 0 | 42 | 57 | 21 | E | 4C | 26 |
| Octal | 254 | 73 | 27 | 0 | 102 | 127 | 41 | 16 | 114 | 46 |
| Binary | 10101100 | 111011 | 10111 | 0 | 1000010 | 1010111 | 100001 | 1110 | 1001100 | 100110 |
Color Harmonies of #AC3B17
Complementary color
Monochromatic Colors of #AC3B17
Black with #AC3B17
Text Example
Text Example
White with #AC3B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3B17; }
p { color: rgb(172,59,23); }
H1.HeaderClassName
{
color: #AC3B17;
}
.AnyTagClassName
{
color: #AC3B17;
}
</style>
background-color css
<style>
a { background-color: #AC3B17; }
a { background-color: rgb(172,59,23); }
div.DivClassName
{
background-color: #AC3B17;
}
.BgClassName
{
background-color: #AC3B17;
}
</style>
border-color css
<style>
span { border-color: #AC3B17; }
span { border-color: rgb(172,59,23); }
td.TdClassName
{
border-color: #AC3B17;
}
.TagClassName
{
border-color: #AC3B17;
}
</style>