Shades of Rust #AC2201
Tints of Rust #AC2201
RGB
CMYK
RGB Variations
Color information
#AC2201 (or 0xAC2201) is known color: Rust. HEX triplet: AC, 22 and 01. RGB value is (172,34,1). Sum of RGB (Red+Green+Blue) = 172+34+1=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2201 is #53DDFE. Grayscale: #474747. Windows color (decimal): -5496319 or 74412. OLE color: 74412.
HSL color Cylindrical-coordinate representation of color #AC2201: hue angle of 11.58º 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 #AC2201 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.33 |
| HSL | 11.58º | 0.99% | 0.34% | - |
| HSV(B) | 11.58º | 0.99% | 0.67% | - |
| XYZ | 17.59 | 9.92 | 1.02 | - |
| YUV | 71.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 1 | 0 | 0.80 | 0.99 | 0.33 | 11.58 | 0.99 | 0.34 |
| Hex | AC | 22 | 1 | 0 | 50 | 63 | 21 | C | 63 | 22 |
| Octal | 254 | 42 | 1 | 0 | 120 | 143 | 41 | 14 | 143 | 42 |
| Binary | 10101100 | 100010 | 1 | 0 | 1010000 | 1100011 | 100001 | 1100 | 1100011 | 100010 |
Color Harmonies of #AC2201
Complementary color
Monochromatic Colors of #AC2201
Black with #AC2201
Text Example
Text Example
White with #AC2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2201; }
p { color: rgb(172,34,1); }
H1.HeaderClassName
{
color: #AC2201;
}
.AnyTagClassName
{
color: #AC2201;
}
</style>
background-color css
<style>
a { background-color: #AC2201; }
a { background-color: rgb(172,34,1); }
div.DivClassName
{
background-color: #AC2201;
}
.BgClassName
{
background-color: #AC2201;
}
</style>
border-color css
<style>
span { border-color: #AC2201; }
span { border-color: rgb(172,34,1); }
td.TdClassName
{
border-color: #AC2201;
}
.TagClassName
{
border-color: #AC2201;
}
</style>