Shades of Rust #AC350A
Tints of Rust #AC350A
RGB
CMYK
RGB Variations
Color information
#AC350A (or 0xAC350A) is known color: Rust. HEX triplet: AC, 35 and 0A. RGB value is (172,53,10). Sum of RGB (Red+Green+Blue) = 172+53+10=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC350A is #53CAF5. Grayscale: #535353. Windows color (decimal): -5491446 or 669100. OLE color: 669100.
HSL color Cylindrical-coordinate representation of color #AC350A: hue angle of 15.93º 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 #AC350A is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 10 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.33 |
| HSL | 15.93º | 0.89% | 0.36% | - |
| HSV(B) | 15.93º | 0.94% | 0.67% | - |
| XYZ | 18.34 | 11.34 | 1.51 | - |
| YUV | 83.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 10 | 0 | 0.69 | 0.94 | 0.33 | 15.93 | 0.89 | 0.36 |
| Hex | AC | 35 | A | 0 | 45 | 5E | 21 | 10 | 59 | 24 |
| Octal | 254 | 65 | 12 | 0 | 105 | 136 | 41 | 20 | 131 | 44 |
| Binary | 10101100 | 110101 | 1010 | 0 | 1000101 | 1011110 | 100001 | 10000 | 1011001 | 100100 |
Color Harmonies of #AC350A
Complementary color
Monochromatic Colors of #AC350A
Black with #AC350A
Text Example
Text Example
White with #AC350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC350A; }
p { color: rgb(172,53,10); }
H1.HeaderClassName
{
color: #AC350A;
}
.AnyTagClassName
{
color: #AC350A;
}
</style>
background-color css
<style>
a { background-color: #AC350A; }
a { background-color: rgb(172,53,10); }
div.DivClassName
{
background-color: #AC350A;
}
.BgClassName
{
background-color: #AC350A;
}
</style>
border-color css
<style>
span { border-color: #AC350A; }
span { border-color: rgb(172,53,10); }
td.TdClassName
{
border-color: #AC350A;
}
.TagClassName
{
border-color: #AC350A;
}
</style>