Shades of Rust #AC320B
Tints of Rust #AC320B
RGB
CMYK
RGB Variations
Color information
#AC320B (or 0xAC320B) is known color: Rust. HEX triplet: AC, 32 and 0B. RGB value is (172,50,11). Sum of RGB (Red+Green+Blue) = 172+50+11=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC320B is #53CDF4. Grayscale: #525252. Windows color (decimal): -5492213 or 733868. OLE color: 733868.
HSL color Cylindrical-coordinate representation of color #AC320B: hue angle of 14.53º 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 #AC320B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.33 |
| HSL | 14.53º | 0.88% | 0.36% | - |
| HSV(B) | 14.53º | 0.94% | 0.67% | - |
| XYZ | 18.21 | 11.08 | 1.49 | - |
| YUV | 82.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 11 | 0 | 0.71 | 0.94 | 0.33 | 14.53 | 0.88 | 0.36 |
| Hex | AC | 32 | B | 0 | 47 | 5E | 21 | F | 58 | 24 |
| Octal | 254 | 62 | 13 | 0 | 107 | 136 | 41 | 17 | 130 | 44 |
| Binary | 10101100 | 110010 | 1011 | 0 | 1000111 | 1011110 | 100001 | 1111 | 1011000 | 100100 |
Color Harmonies of #AC320B
Complementary color
Monochromatic Colors of #AC320B
Black with #AC320B
Text Example
Text Example
White with #AC320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC320B; }
p { color: rgb(172,50,11); }
H1.HeaderClassName
{
color: #AC320B;
}
.AnyTagClassName
{
color: #AC320B;
}
</style>
background-color css
<style>
a { background-color: #AC320B; }
a { background-color: rgb(172,50,11); }
div.DivClassName
{
background-color: #AC320B;
}
.BgClassName
{
background-color: #AC320B;
}
</style>
border-color css
<style>
span { border-color: #AC320B; }
span { border-color: rgb(172,50,11); }
td.TdClassName
{
border-color: #AC320B;
}
.TagClassName
{
border-color: #AC320B;
}
</style>