Shades of Rust #AC3A15
Tints of Rust #AC3A15
RGB
CMYK
RGB Variations
Color information
#AC3A15 (or 0xAC3A15) is known color: Rust. HEX triplet: AC, 3A and 15. RGB value is (172,58,21). Sum of RGB (Red+Green+Blue) = 172+58+21=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A15 is #53C5EA. Grayscale: #585858. Windows color (decimal): -5490155 or 1391276. OLE color: 1391276.
HSL color Cylindrical-coordinate representation of color #AC3A15: hue angle of 14.7º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3A15 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 21 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.33 |
| HSL | 14.7º | 0.78% | 0.38% | - |
| HSV(B) | 14.7º | 0.88% | 0.67% | - |
| XYZ | 18.66 | 11.85 | 2.01 | - |
| YUV | 87.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 21 | 0 | 0.66 | 0.88 | 0.33 | 14.7 | 0.78 | 0.38 |
| Hex | AC | 3A | 15 | 0 | 42 | 58 | 21 | F | 4E | 26 |
| Octal | 254 | 72 | 25 | 0 | 102 | 130 | 41 | 17 | 116 | 46 |
| Binary | 10101100 | 111010 | 10101 | 0 | 1000010 | 1011000 | 100001 | 1111 | 1001110 | 100110 |
Color Harmonies of #AC3A15
Complementary color
Monochromatic Colors of #AC3A15
Black with #AC3A15
Text Example
Text Example
White with #AC3A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A15; }
p { color: rgb(172,58,21); }
H1.HeaderClassName
{
color: #AC3A15;
}
.AnyTagClassName
{
color: #AC3A15;
}
</style>
background-color css
<style>
a { background-color: #AC3A15; }
a { background-color: rgb(172,58,21); }
div.DivClassName
{
background-color: #AC3A15;
}
.BgClassName
{
background-color: #AC3A15;
}
</style>
border-color css
<style>
span { border-color: #AC3A15; }
span { border-color: rgb(172,58,21); }
td.TdClassName
{
border-color: #AC3A15;
}
.TagClassName
{
border-color: #AC3A15;
}
</style>