Shades of Rust #AC320A
Tints of Rust #AC320A
RGB
CMYK
RGB Variations
Color information
#AC320A (or 0xAC320A) is known color: Rust. HEX triplet: AC, 32 and 0A. RGB value is (172,50,10). Sum of RGB (Red+Green+Blue) = 172+50+10=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC320A is #53CDF5. Grayscale: #525252. Windows color (decimal): -5492214 or 668332. OLE color: 668332.
HSL color Cylindrical-coordinate representation of color #AC320A: hue angle of 14.81º 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 #AC320A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.33 |
| HSL | 14.81º | 0.89% | 0.36% | - |
| HSV(B) | 14.81º | 0.94% | 0.67% | - |
| XYZ | 18.21 | 11.07 | 1.46 | - |
| YUV | 81.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 10 | 0 | 0.71 | 0.94 | 0.33 | 14.81 | 0.89 | 0.36 |
| Hex | AC | 32 | A | 0 | 47 | 5E | 21 | F | 59 | 24 |
| Octal | 254 | 62 | 12 | 0 | 107 | 136 | 41 | 17 | 131 | 44 |
| Binary | 10101100 | 110010 | 1010 | 0 | 1000111 | 1011110 | 100001 | 1111 | 1011001 | 100100 |
Color Harmonies of #AC320A
Complementary color
Monochromatic Colors of #AC320A
Black with #AC320A
Text Example
Text Example
White with #AC320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC320A; }
p { color: rgb(172,50,10); }
H1.HeaderClassName
{
color: #AC320A;
}
.AnyTagClassName
{
color: #AC320A;
}
</style>
background-color css
<style>
a { background-color: #AC320A; }
a { background-color: rgb(172,50,10); }
div.DivClassName
{
background-color: #AC320A;
}
.BgClassName
{
background-color: #AC320A;
}
</style>
border-color css
<style>
span { border-color: #AC320A; }
span { border-color: rgb(172,50,10); }
td.TdClassName
{
border-color: #AC320A;
}
.TagClassName
{
border-color: #AC320A;
}
</style>