Shades of Rust #AC2301
Tints of Rust #AC2301
RGB
CMYK
RGB Variations
Color information
#AC2301 (or 0xAC2301) is known color: Rust. HEX triplet: AC, 23 and 01. RGB value is (172,35,1). Sum of RGB (Red+Green+Blue) = 172+35+1=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2301 is #53DCFE. Grayscale: #484848. Windows color (decimal): -5496063 or 74668. OLE color: 74668.
HSL color Cylindrical-coordinate representation of color #AC2301: hue angle of 11.93º 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 #AC2301 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.33 |
| HSL | 11.93º | 0.99% | 0.34% | - |
| HSV(B) | 11.93º | 0.99% | 0.67% | - |
| XYZ | 17.62 | 9.97 | 1.03 | - |
| YUV | 72.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 1 | 0 | 0.80 | 0.99 | 0.33 | 11.93 | 0.99 | 0.34 |
| Hex | AC | 23 | 1 | 0 | 50 | 63 | 21 | C | 63 | 22 |
| Octal | 254 | 43 | 1 | 0 | 120 | 143 | 41 | 14 | 143 | 42 |
| Binary | 10101100 | 100011 | 1 | 0 | 1010000 | 1100011 | 100001 | 1100 | 1100011 | 100010 |
Color Harmonies of #AC2301
Complementary color
Monochromatic Colors of #AC2301
Black with #AC2301
Text Example
Text Example
White with #AC2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2301; }
p { color: rgb(172,35,1); }
H1.HeaderClassName
{
color: #AC2301;
}
.AnyTagClassName
{
color: #AC2301;
}
</style>
background-color css
<style>
a { background-color: #AC2301; }
a { background-color: rgb(172,35,1); }
div.DivClassName
{
background-color: #AC2301;
}
.BgClassName
{
background-color: #AC2301;
}
</style>
border-color css
<style>
span { border-color: #AC2301; }
span { border-color: rgb(172,35,1); }
td.TdClassName
{
border-color: #AC2301;
}
.TagClassName
{
border-color: #AC2301;
}
</style>