Shades of Rust #AC340B
Tints of Rust #AC340B
RGB
CMYK
RGB Variations
Color information
#AC340B (or 0xAC340B) is known color: Rust. HEX triplet: AC, 34 and 0B. RGB value is (172,52,11). Sum of RGB (Red+Green+Blue) = 172+52+11=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC340B is #53CBF4. Grayscale: #535353. Windows color (decimal): -5491701 or 734380. OLE color: 734380.
HSL color Cylindrical-coordinate representation of color #AC340B: hue angle of 15.28º degrees, saturation: 0.88, 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 #AC340B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.33 |
| HSL | 15.28º | 0.88% | 0.36% | - |
| HSV(B) | 15.28º | 0.94% | 0.67% | - |
| XYZ | 18.3 | 11.25 | 1.52 | - |
| YUV | 83.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 11 | 0 | 0.70 | 0.94 | 0.33 | 15.28 | 0.88 | 0.36 |
| Hex | AC | 34 | B | 0 | 46 | 5E | 21 | F | 58 | 24 |
| Octal | 254 | 64 | 13 | 0 | 106 | 136 | 41 | 17 | 130 | 44 |
| Binary | 10101100 | 110100 | 1011 | 0 | 1000110 | 1011110 | 100001 | 1111 | 1011000 | 100100 |
Color Harmonies of #AC340B
Complementary color
Monochromatic Colors of #AC340B
Black with #AC340B
Text Example
Text Example
White with #AC340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC340B; }
p { color: rgb(172,52,11); }
H1.HeaderClassName
{
color: #AC340B;
}
.AnyTagClassName
{
color: #AC340B;
}
</style>
background-color css
<style>
a { background-color: #AC340B; }
a { background-color: rgb(172,52,11); }
div.DivClassName
{
background-color: #AC340B;
}
.BgClassName
{
background-color: #AC340B;
}
</style>
border-color css
<style>
span { border-color: #AC340B; }
span { border-color: rgb(172,52,11); }
td.TdClassName
{
border-color: #AC340B;
}
.TagClassName
{
border-color: #AC340B;
}
</style>