Shades of Rust #AC5301
Tints of Rust #AC5301
RGB
CMYK
RGB Variations
Color information
#AC5301 (or 0xAC5301) is known color: Rust. HEX triplet: AC, 53 and 01. RGB value is (172,83,1). Sum of RGB (Red+Green+Blue) = 172+83+1=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5301 is #53ACFE. Grayscale: #646464. Windows color (decimal): -5483775 or 86956. OLE color: 86956.
HSL color Cylindrical-coordinate representation of color #AC5301: hue angle of 28.77º 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 #AC5301 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.33 |
| HSL | 28.77º | 0.99% | 0.34% | - |
| HSV(B) | 28.77º | 0.99% | 0.67% | - |
| XYZ | 20.11 | 14.96 | 1.86 | - |
| YUV | 100.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 1 | 0 | 0.52 | 0.99 | 0.33 | 28.77 | 0.99 | 0.34 |
| Hex | AC | 53 | 1 | 0 | 34 | 63 | 21 | 1D | 63 | 22 |
| Octal | 254 | 123 | 1 | 0 | 64 | 143 | 41 | 35 | 143 | 42 |
| Binary | 10101100 | 1010011 | 1 | 0 | 110100 | 1100011 | 100001 | 11101 | 1100011 | 100010 |
Color Harmonies of #AC5301
Complementary color
Monochromatic Colors of #AC5301
Black with #AC5301
Text Example
Text Example
White with #AC5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5301; }
p { color: rgb(172,83,1); }
H1.HeaderClassName
{
color: #AC5301;
}
.AnyTagClassName
{
color: #AC5301;
}
</style>
background-color css
<style>
a { background-color: #AC5301; }
a { background-color: rgb(172,83,1); }
div.DivClassName
{
background-color: #AC5301;
}
.BgClassName
{
background-color: #AC5301;
}
</style>
border-color css
<style>
span { border-color: #AC5301; }
span { border-color: rgb(172,83,1); }
td.TdClassName
{
border-color: #AC5301;
}
.TagClassName
{
border-color: #AC5301;
}
</style>