Shades of Rust #AC351A
Tints of Rust #AC351A
RGB
CMYK
RGB Variations
Color information
#AC351A (or 0xAC351A) is known color: Rust. HEX triplet: AC, 35 and 1A. RGB value is (172,53,26). Sum of RGB (Red+Green+Blue) = 172+53+26=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC351A is #53CAE5. Grayscale: #555555. Windows color (decimal): -5491430 or 1717676. OLE color: 1717676.
HSL color Cylindrical-coordinate representation of color #AC351A: hue angle of 11.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC351A is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 26 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.33 |
| HSL | 11.1º | 0.74% | 0.39% | - |
| HSV(B) | 11.1º | 0.85% | 0.67% | - |
| XYZ | 18.47 | 11.39 | 2.2 | - |
| YUV | 85.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 26 | 0 | 0.69 | 0.85 | 0.33 | 11.1 | 0.74 | 0.39 |
| Hex | AC | 35 | 1A | 0 | 45 | 55 | 21 | B | 4A | 27 |
| Octal | 254 | 65 | 32 | 0 | 105 | 125 | 41 | 13 | 112 | 47 |
| Binary | 10101100 | 110101 | 11010 | 0 | 1000101 | 1010101 | 100001 | 1011 | 1001010 | 100111 |
Color Harmonies of #AC351A
Complementary color
Monochromatic Colors of #AC351A
Black with #AC351A
Text Example
Text Example
White with #AC351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC351A; }
p { color: rgb(172,53,26); }
H1.HeaderClassName
{
color: #AC351A;
}
.AnyTagClassName
{
color: #AC351A;
}
</style>
background-color css
<style>
a { background-color: #AC351A; }
a { background-color: rgb(172,53,26); }
div.DivClassName
{
background-color: #AC351A;
}
.BgClassName
{
background-color: #AC351A;
}
</style>
border-color css
<style>
span { border-color: #AC351A; }
span { border-color: rgb(172,53,26); }
td.TdClassName
{
border-color: #AC351A;
}
.TagClassName
{
border-color: #AC351A;
}
</style>