Shades of Rust #AC340E
Tints of Rust #AC340E
RGB
CMYK
RGB Variations
Color information
#AC340E (or 0xAC340E) is known color: Rust. HEX triplet: AC, 34 and 0E. RGB value is (172,52,14). Sum of RGB (Red+Green+Blue) = 172+52+14=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC340E is #53CBF1. Grayscale: #535353. Windows color (decimal): -5491698 or 930988. OLE color: 930988.
HSL color Cylindrical-coordinate representation of color #AC340E: hue angle of 14.43º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC340E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.33 |
| HSL | 14.43º | 0.85% | 0.36% | - |
| HSV(B) | 14.43º | 0.92% | 0.67% | - |
| XYZ | 18.32 | 11.26 | 1.62 | - |
| YUV | 83.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 14 | 0 | 0.70 | 0.92 | 0.33 | 14.43 | 0.85 | 0.36 |
| Hex | AC | 34 | E | 0 | 46 | 5C | 21 | E | 55 | 24 |
| Octal | 254 | 64 | 16 | 0 | 106 | 134 | 41 | 16 | 125 | 44 |
| Binary | 10101100 | 110100 | 1110 | 0 | 1000110 | 1011100 | 100001 | 1110 | 1010101 | 100100 |
Color Harmonies of #AC340E
Complementary color
Monochromatic Colors of #AC340E
Black with #AC340E
Text Example
Text Example
White with #AC340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC340E; }
p { color: rgb(172,52,14); }
H1.HeaderClassName
{
color: #AC340E;
}
.AnyTagClassName
{
color: #AC340E;
}
</style>
background-color css
<style>
a { background-color: #AC340E; }
a { background-color: rgb(172,52,14); }
div.DivClassName
{
background-color: #AC340E;
}
.BgClassName
{
background-color: #AC340E;
}
</style>
border-color css
<style>
span { border-color: #AC340E; }
span { border-color: rgb(172,52,14); }
td.TdClassName
{
border-color: #AC340E;
}
.TagClassName
{
border-color: #AC340E;
}
</style>