Shades of Rust #AC340A
Tints of Rust #AC340A
RGB
CMYK
RGB Variations
Color information
#AC340A (or 0xAC340A) is known color: Rust. HEX triplet: AC, 34 and 0A. RGB value is (172,52,10). Sum of RGB (Red+Green+Blue) = 172+52+10=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC340A is #53CBF5. Grayscale: #535353. Windows color (decimal): -5491702 or 668844. OLE color: 668844.
HSL color Cylindrical-coordinate representation of color #AC340A: hue angle of 15.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC340A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 10 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.33 |
| HSL | 15.56º | 0.89% | 0.36% | - |
| HSV(B) | 15.56º | 0.94% | 0.67% | - |
| XYZ | 18.3 | 11.25 | 1.49 | - |
| YUV | 83.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 10 | 0 | 0.70 | 0.94 | 0.33 | 15.56 | 0.89 | 0.36 |
| Hex | AC | 34 | A | 0 | 46 | 5E | 21 | 10 | 59 | 24 |
| Octal | 254 | 64 | 12 | 0 | 106 | 136 | 41 | 20 | 131 | 44 |
| Binary | 10101100 | 110100 | 1010 | 0 | 1000110 | 1011110 | 100001 | 10000 | 1011001 | 100100 |
Color Harmonies of #AC340A
Complementary color
Monochromatic Colors of #AC340A
Black with #AC340A
Text Example
Text Example
White with #AC340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC340A; }
p { color: rgb(172,52,10); }
H1.HeaderClassName
{
color: #AC340A;
}
.AnyTagClassName
{
color: #AC340A;
}
</style>
background-color css
<style>
a { background-color: #AC340A; }
a { background-color: rgb(172,52,10); }
div.DivClassName
{
background-color: #AC340A;
}
.BgClassName
{
background-color: #AC340A;
}
</style>
border-color css
<style>
span { border-color: #AC340A; }
span { border-color: rgb(172,52,10); }
td.TdClassName
{
border-color: #AC340A;
}
.TagClassName
{
border-color: #AC340A;
}
</style>