Shades of Rust #AC2702
Tints of Rust #AC2702
RGB
CMYK
RGB Variations
Color information
#AC2702 (or 0xAC2702) is known color: Rust. HEX triplet: AC, 27 and 02. RGB value is (172,39,2). Sum of RGB (Red+Green+Blue) = 172+39+2=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2702 is #53D8FD. Grayscale: #4A4A4A. Windows color (decimal): -5495038 or 141228. OLE color: 141228.
HSL color Cylindrical-coordinate representation of color #AC2702: hue angle of 13.06º degrees, saturation: 0.98, 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 #AC2702 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.33 |
| HSL | 13.06º | 0.98% | 0.34% | - |
| HSV(B) | 13.06º | 0.99% | 0.67% | - |
| XYZ | 17.75 | 10.23 | 1.1 | - |
| YUV | 74.55 | 87.06 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 2 | 0 | 0.77 | 0.99 | 0.33 | 13.06 | 0.98 | 0.34 |
| Hex | AC | 27 | 2 | 0 | 4D | 63 | 21 | D | 62 | 22 |
| Octal | 254 | 47 | 2 | 0 | 115 | 143 | 41 | 15 | 142 | 42 |
| Binary | 10101100 | 100111 | 10 | 0 | 1001101 | 1100011 | 100001 | 1101 | 1100010 | 100010 |
Color Harmonies of #AC2702
Complementary color
Monochromatic Colors of #AC2702
Black with #AC2702
Text Example
Text Example
White with #AC2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2702; }
p { color: rgb(172,39,2); }
H1.HeaderClassName
{
color: #AC2702;
}
.AnyTagClassName
{
color: #AC2702;
}
</style>
background-color css
<style>
a { background-color: #AC2702; }
a { background-color: rgb(172,39,2); }
div.DivClassName
{
background-color: #AC2702;
}
.BgClassName
{
background-color: #AC2702;
}
</style>
border-color css
<style>
span { border-color: #AC2702; }
span { border-color: rgb(172,39,2); }
td.TdClassName
{
border-color: #AC2702;
}
.TagClassName
{
border-color: #AC2702;
}
</style>