Shades of Rust #AC3A05
Tints of Rust #AC3A05
RGB
CMYK
RGB Variations
Color information
#AC3A05 (or 0xAC3A05) is known color: Rust. HEX triplet: AC, 3A and 05. RGB value is (172,58,5). Sum of RGB (Red+Green+Blue) = 172+58+5=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A05 is #53C5FA. Grayscale: #565656. Windows color (decimal): -5490171 or 342700. OLE color: 342700.
HSL color Cylindrical-coordinate representation of color #AC3A05: hue angle of 19.04º 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 #AC3A05 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.33 |
| HSL | 19.04º | 0.94% | 0.35% | - |
| HSV(B) | 19.04º | 0.97% | 0.67% | - |
| XYZ | 18.55 | 11.81 | 1.44 | - |
| YUV | 86.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 5 | 0 | 0.66 | 0.97 | 0.33 | 19.04 | 0.94 | 0.35 |
| Hex | AC | 3A | 5 | 0 | 42 | 61 | 21 | 13 | 5E | 23 |
| Octal | 254 | 72 | 5 | 0 | 102 | 141 | 41 | 23 | 136 | 43 |
| Binary | 10101100 | 111010 | 101 | 0 | 1000010 | 1100001 | 100001 | 10011 | 1011110 | 100011 |
Color Harmonies of #AC3A05
Complementary color
Monochromatic Colors of #AC3A05
Black with #AC3A05
Text Example
Text Example
White with #AC3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A05; }
p { color: rgb(172,58,5); }
H1.HeaderClassName
{
color: #AC3A05;
}
.AnyTagClassName
{
color: #AC3A05;
}
</style>
background-color css
<style>
a { background-color: #AC3A05; }
a { background-color: rgb(172,58,5); }
div.DivClassName
{
background-color: #AC3A05;
}
.BgClassName
{
background-color: #AC3A05;
}
</style>
border-color css
<style>
span { border-color: #AC3A05; }
span { border-color: rgb(172,58,5); }
td.TdClassName
{
border-color: #AC3A05;
}
.TagClassName
{
border-color: #AC3A05;
}
</style>