Shades of Rust #AC3504
Tints of Rust #AC3504
RGB
CMYK
RGB Variations
Color information
#AC3504 (or 0xAC3504) is known color: Rust. HEX triplet: AC, 35 and 04. RGB value is (172,53,4). Sum of RGB (Red+Green+Blue) = 172+53+4=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3504 is #53CAFB. Grayscale: #535353. Windows color (decimal): -5491452 or 275884. OLE color: 275884.
HSL color Cylindrical-coordinate representation of color #AC3504: hue angle of 17.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC3504 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.33 |
| HSL | 17.5º | 0.95% | 0.35% | - |
| HSV(B) | 17.5º | 0.98% | 0.67% | - |
| XYZ | 18.31 | 11.33 | 1.34 | - |
| YUV | 83 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 4 | 0 | 0.69 | 0.98 | 0.33 | 17.5 | 0.95 | 0.35 |
| Hex | AC | 35 | 4 | 0 | 45 | 62 | 21 | 12 | 5F | 23 |
| Octal | 254 | 65 | 4 | 0 | 105 | 142 | 41 | 22 | 137 | 43 |
| Binary | 10101100 | 110101 | 100 | 0 | 1000101 | 1100010 | 100001 | 10010 | 1011111 | 100011 |
Color Harmonies of #AC3504
Complementary color
Monochromatic Colors of #AC3504
Black with #AC3504
Text Example
Text Example
White with #AC3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3504; }
p { color: rgb(172,53,4); }
H1.HeaderClassName
{
color: #AC3504;
}
.AnyTagClassName
{
color: #AC3504;
}
</style>
background-color css
<style>
a { background-color: #AC3504; }
a { background-color: rgb(172,53,4); }
div.DivClassName
{
background-color: #AC3504;
}
.BgClassName
{
background-color: #AC3504;
}
</style>
border-color css
<style>
span { border-color: #AC3504; }
span { border-color: rgb(172,53,4); }
td.TdClassName
{
border-color: #AC3504;
}
.TagClassName
{
border-color: #AC3504;
}
</style>