Shades of Rust #AC3B0B
Tints of Rust #AC3B0B
RGB
CMYK
RGB Variations
Color information
#AC3B0B (or 0xAC3B0B) is known color: Rust. HEX triplet: AC, 3B and 0B. RGB value is (172,59,11). Sum of RGB (Red+Green+Blue) = 172+59+11=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B0B is #53C4F4. Grayscale: #575757. Windows color (decimal): -5489909 or 736172. OLE color: 736172.
HSL color Cylindrical-coordinate representation of color #AC3B0B: hue angle of 17.89º 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 #AC3B0B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 59 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.33 |
| HSL | 17.89º | 0.88% | 0.36% | - |
| HSV(B) | 17.89º | 0.94% | 0.67% | - |
| XYZ | 18.64 | 11.92 | 1.64 | - |
| YUV | 87.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 11 | 0 | 0.66 | 0.94 | 0.33 | 17.89 | 0.88 | 0.36 |
| Hex | AC | 3B | B | 0 | 42 | 5E | 21 | 12 | 58 | 24 |
| Octal | 254 | 73 | 13 | 0 | 102 | 136 | 41 | 22 | 130 | 44 |
| Binary | 10101100 | 111011 | 1011 | 0 | 1000010 | 1011110 | 100001 | 10010 | 1011000 | 100100 |
Color Harmonies of #AC3B0B
Complementary color
Monochromatic Colors of #AC3B0B
Black with #AC3B0B
Text Example
Text Example
White with #AC3B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3B0B; }
p { color: rgb(172,59,11); }
H1.HeaderClassName
{
color: #AC3B0B;
}
.AnyTagClassName
{
color: #AC3B0B;
}
</style>
background-color css
<style>
a { background-color: #AC3B0B; }
a { background-color: rgb(172,59,11); }
div.DivClassName
{
background-color: #AC3B0B;
}
.BgClassName
{
background-color: #AC3B0B;
}
</style>
border-color css
<style>
span { border-color: #AC3B0B; }
span { border-color: rgb(172,59,11); }
td.TdClassName
{
border-color: #AC3B0B;
}
.TagClassName
{
border-color: #AC3B0B;
}
</style>