Shades of Rust #AC5101
Tints of Rust #AC5101
RGB
CMYK
RGB Variations
Color information
#AC5101 (or 0xAC5101) is known color: Rust. HEX triplet: AC, 51 and 01. RGB value is (172,81,1). Sum of RGB (Red+Green+Blue) = 172+81+1=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5101 is #53AEFE. Grayscale: #636363. Windows color (decimal): -5484287 or 86444. OLE color: 86444.
HSL color Cylindrical-coordinate representation of color #AC5101: hue angle of 28.07º 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 #AC5101 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.33 |
| HSL | 28.07º | 0.99% | 0.34% | - |
| HSV(B) | 28.07º | 0.99% | 0.67% | - |
| XYZ | 19.96 | 14.66 | 1.81 | - |
| YUV | 99.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 1 | 0 | 0.53 | 0.99 | 0.33 | 28.07 | 0.99 | 0.34 |
| Hex | AC | 51 | 1 | 0 | 35 | 63 | 21 | 1C | 63 | 22 |
| Octal | 254 | 121 | 1 | 0 | 65 | 143 | 41 | 34 | 143 | 42 |
| Binary | 10101100 | 1010001 | 1 | 0 | 110101 | 1100011 | 100001 | 11100 | 1100011 | 100010 |
Color Harmonies of #AC5101
Complementary color
Monochromatic Colors of #AC5101
Black with #AC5101
Text Example
Text Example
White with #AC5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5101; }
p { color: rgb(172,81,1); }
H1.HeaderClassName
{
color: #AC5101;
}
.AnyTagClassName
{
color: #AC5101;
}
</style>
background-color css
<style>
a { background-color: #AC5101; }
a { background-color: rgb(172,81,1); }
div.DivClassName
{
background-color: #AC5101;
}
.BgClassName
{
background-color: #AC5101;
}
</style>
border-color css
<style>
span { border-color: #AC5101; }
span { border-color: rgb(172,81,1); }
td.TdClassName
{
border-color: #AC5101;
}
.TagClassName
{
border-color: #AC5101;
}
</style>