Shades of Rust #AC3A1A
Tints of Rust #AC3A1A
RGB
CMYK
RGB Variations
Color information
#AC3A1A (or 0xAC3A1A) is known color: Rust. HEX triplet: AC, 3A and 1A. RGB value is (172,58,26). Sum of RGB (Red+Green+Blue) = 172+58+26=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A1A is #53C5E5. Grayscale: #585858. Windows color (decimal): -5490150 or 1718956. OLE color: 1718956.
HSL color Cylindrical-coordinate representation of color #AC3A1A: hue angle of 13.15º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC3A1A is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 26 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.33 |
| HSL | 13.15º | 0.74% | 0.39% | - |
| HSV(B) | 13.15º | 0.85% | 0.67% | - |
| XYZ | 18.71 | 11.87 | 2.28 | - |
| YUV | 88.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 26 | 0 | 0.66 | 0.85 | 0.33 | 13.15 | 0.74 | 0.39 |
| Hex | AC | 3A | 1A | 0 | 42 | 55 | 21 | D | 4A | 27 |
| Octal | 254 | 72 | 32 | 0 | 102 | 125 | 41 | 15 | 112 | 47 |
| Binary | 10101100 | 111010 | 11010 | 0 | 1000010 | 1010101 | 100001 | 1101 | 1001010 | 100111 |
Color Harmonies of #AC3A1A
Complementary color
Monochromatic Colors of #AC3A1A
Black with #AC3A1A
Text Example
Text Example
White with #AC3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A1A; }
p { color: rgb(172,58,26); }
H1.HeaderClassName
{
color: #AC3A1A;
}
.AnyTagClassName
{
color: #AC3A1A;
}
</style>
background-color css
<style>
a { background-color: #AC3A1A; }
a { background-color: rgb(172,58,26); }
div.DivClassName
{
background-color: #AC3A1A;
}
.BgClassName
{
background-color: #AC3A1A;
}
</style>
border-color css
<style>
span { border-color: #AC3A1A; }
span { border-color: rgb(172,58,26); }
td.TdClassName
{
border-color: #AC3A1A;
}
.TagClassName
{
border-color: #AC3A1A;
}
</style>