Shades of Rust #AC3401
Tints of Rust #AC3401
RGB
CMYK
RGB Variations
Color information
#AC3401 (or 0xAC3401) is known color: Rust. HEX triplet: AC, 34 and 01. RGB value is (172,52,1). Sum of RGB (Red+Green+Blue) = 172+52+1=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3401 is #53CBFE. Grayscale: #525252. Windows color (decimal): -5491711 or 79020. OLE color: 79020.
HSL color Cylindrical-coordinate representation of color #AC3401: hue angle of 17.89º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC3401 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.33 |
| HSL | 17.89º | 0.99% | 0.34% | - |
| HSV(B) | 17.89º | 0.99% | 0.67% | - |
| XYZ | 18.25 | 11.23 | 1.23 | - |
| YUV | 82.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 1 | 0 | 0.70 | 0.99 | 0.33 | 17.89 | 0.99 | 0.34 |
| Hex | AC | 34 | 1 | 0 | 46 | 63 | 21 | 12 | 63 | 22 |
| Octal | 254 | 64 | 1 | 0 | 106 | 143 | 41 | 22 | 143 | 42 |
| Binary | 10101100 | 110100 | 1 | 0 | 1000110 | 1100011 | 100001 | 10010 | 1100011 | 100010 |
Color Harmonies of #AC3401
Complementary color
Monochromatic Colors of #AC3401
Black with #AC3401
Text Example
Text Example
White with #AC3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3401; }
p { color: rgb(172,52,1); }
H1.HeaderClassName
{
color: #AC3401;
}
.AnyTagClassName
{
color: #AC3401;
}
</style>
background-color css
<style>
a { background-color: #AC3401; }
a { background-color: rgb(172,52,1); }
div.DivClassName
{
background-color: #AC3401;
}
.BgClassName
{
background-color: #AC3401;
}
</style>
border-color css
<style>
span { border-color: #AC3401; }
span { border-color: rgb(172,52,1); }
td.TdClassName
{
border-color: #AC3401;
}
.TagClassName
{
border-color: #AC3401;
}
</style>