Shades of Rust #AC3E05
Tints of Rust #AC3E05
RGB
CMYK
RGB Variations
Color information
#AC3E05 (or 0xAC3E05) is known color: Rust. HEX triplet: AC, 3E and 05. RGB value is (172,62,5). Sum of RGB (Red+Green+Blue) = 172+62+5=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E05 is #53C1FA. Grayscale: #585858. Windows color (decimal): -5489147 or 343724. OLE color: 343724.
HSL color Cylindrical-coordinate representation of color #AC3E05: hue angle of 20.48º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC3E05 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.33 |
| HSL | 20.48º | 0.94% | 0.35% | - |
| HSV(B) | 20.48º | 0.97% | 0.67% | - |
| XYZ | 18.76 | 12.23 | 1.51 | - |
| YUV | 88.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 5 | 0 | 0.64 | 0.97 | 0.33 | 20.48 | 0.94 | 0.35 |
| Hex | AC | 3E | 5 | 0 | 40 | 61 | 21 | 14 | 5E | 23 |
| Octal | 254 | 76 | 5 | 0 | 100 | 141 | 41 | 24 | 136 | 43 |
| Binary | 10101100 | 111110 | 101 | 0 | 1000000 | 1100001 | 100001 | 10100 | 1011110 | 100011 |
Color Harmonies of #AC3E05
Complementary color
Monochromatic Colors of #AC3E05
Black with #AC3E05
Text Example
Text Example
White with #AC3E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E05; }
p { color: rgb(172,62,5); }
H1.HeaderClassName
{
color: #AC3E05;
}
.AnyTagClassName
{
color: #AC3E05;
}
</style>
background-color css
<style>
a { background-color: #AC3E05; }
a { background-color: rgb(172,62,5); }
div.DivClassName
{
background-color: #AC3E05;
}
.BgClassName
{
background-color: #AC3E05;
}
</style>
border-color css
<style>
span { border-color: #AC3E05; }
span { border-color: rgb(172,62,5); }
td.TdClassName
{
border-color: #AC3E05;
}
.TagClassName
{
border-color: #AC3E05;
}
</style>