Shades of Rust #AC2801
Tints of Rust #AC2801
RGB
CMYK
RGB Variations
Color information
#AC2801 (or 0xAC2801) is known color: Rust. HEX triplet: AC, 28 and 01. RGB value is (172,40,1). Sum of RGB (Red+Green+Blue) = 172+40+1=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2801 is #53D7FE. Grayscale: #4B4B4B. Windows color (decimal): -5494783 or 75948. OLE color: 75948.
HSL color Cylindrical-coordinate representation of color #AC2801: hue angle of 13.68º 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 #AC2801 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.33 |
| HSL | 13.68º | 0.99% | 0.34% | - |
| HSV(B) | 13.68º | 0.99% | 0.67% | - |
| XYZ | 17.78 | 10.29 | 1.08 | - |
| YUV | 75.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 1 | 0 | 0.77 | 0.99 | 0.33 | 13.68 | 0.99 | 0.34 |
| Hex | AC | 28 | 1 | 0 | 4D | 63 | 21 | E | 63 | 22 |
| Octal | 254 | 50 | 1 | 0 | 115 | 143 | 41 | 16 | 143 | 42 |
| Binary | 10101100 | 101000 | 1 | 0 | 1001101 | 1100011 | 100001 | 1110 | 1100011 | 100010 |
Color Harmonies of #AC2801
Complementary color
Monochromatic Colors of #AC2801
Black with #AC2801
Text Example
Text Example
White with #AC2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2801; }
p { color: rgb(172,40,1); }
H1.HeaderClassName
{
color: #AC2801;
}
.AnyTagClassName
{
color: #AC2801;
}
</style>
background-color css
<style>
a { background-color: #AC2801; }
a { background-color: rgb(172,40,1); }
div.DivClassName
{
background-color: #AC2801;
}
.BgClassName
{
background-color: #AC2801;
}
</style>
border-color css
<style>
span { border-color: #AC2801; }
span { border-color: rgb(172,40,1); }
td.TdClassName
{
border-color: #AC2801;
}
.TagClassName
{
border-color: #AC2801;
}
</style>