Shades of Rust #AC390A
Tints of Rust #AC390A
RGB
CMYK
RGB Variations
Color information
#AC390A (or 0xAC390A) is known color: Rust. HEX triplet: AC, 39 and 0A. RGB value is (172,57,10). Sum of RGB (Red+Green+Blue) = 172+57+10=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC390A is #53C6F5. Grayscale: #565656. Windows color (decimal): -5490422 or 670124. OLE color: 670124.
HSL color Cylindrical-coordinate representation of color #AC390A: hue angle of 17.41º 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 #AC390A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.33 |
| HSL | 17.41º | 0.89% | 0.36% | - |
| HSV(B) | 17.41º | 0.94% | 0.67% | - |
| XYZ | 18.53 | 11.72 | 1.57 | - |
| YUV | 86.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 10 | 0 | 0.67 | 0.94 | 0.33 | 17.41 | 0.89 | 0.36 |
| Hex | AC | 39 | A | 0 | 43 | 5E | 21 | 11 | 59 | 24 |
| Octal | 254 | 71 | 12 | 0 | 103 | 136 | 41 | 21 | 131 | 44 |
| Binary | 10101100 | 111001 | 1010 | 0 | 1000011 | 1011110 | 100001 | 10001 | 1011001 | 100100 |
Color Harmonies of #AC390A
Complementary color
Monochromatic Colors of #AC390A
Black with #AC390A
Text Example
Text Example
White with #AC390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC390A; }
p { color: rgb(172,57,10); }
H1.HeaderClassName
{
color: #AC390A;
}
.AnyTagClassName
{
color: #AC390A;
}
</style>
background-color css
<style>
a { background-color: #AC390A; }
a { background-color: rgb(172,57,10); }
div.DivClassName
{
background-color: #AC390A;
}
.BgClassName
{
background-color: #AC390A;
}
</style>
border-color css
<style>
span { border-color: #AC390A; }
span { border-color: rgb(172,57,10); }
td.TdClassName
{
border-color: #AC390A;
}
.TagClassName
{
border-color: #AC390A;
}
</style>