Shades of Rust #AC2F02
Tints of Rust #AC2F02
RGB
CMYK
RGB Variations
Color information
#AC2F02 (or 0xAC2F02) is known color: Rust. HEX triplet: AC, 2F and 02. RGB value is (172,47,2). Sum of RGB (Red+Green+Blue) = 172+47+2=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F02 is #53D0FD. Grayscale: #4F4F4F. Windows color (decimal): -5492990 or 143276. OLE color: 143276.
HSL color Cylindrical-coordinate representation of color #AC2F02: hue angle of 15.88º 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 #AC2F02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.33 |
| HSL | 15.88º | 0.98% | 0.34% | - |
| HSV(B) | 15.88º | 0.99% | 0.67% | - |
| XYZ | 18.04 | 10.81 | 1.19 | - |
| YUV | 79.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 2 | 0 | 0.73 | 0.99 | 0.33 | 15.88 | 0.98 | 0.34 |
| Hex | AC | 2F | 2 | 0 | 49 | 63 | 21 | 10 | 62 | 22 |
| Octal | 254 | 57 | 2 | 0 | 111 | 143 | 41 | 20 | 142 | 42 |
| Binary | 10101100 | 101111 | 10 | 0 | 1001001 | 1100011 | 100001 | 10000 | 1100010 | 100010 |
Color Harmonies of #AC2F02
Complementary color
Monochromatic Colors of #AC2F02
Black with #AC2F02
Text Example
Text Example
White with #AC2F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F02; }
p { color: rgb(172,47,2); }
H1.HeaderClassName
{
color: #AC2F02;
}
.AnyTagClassName
{
color: #AC2F02;
}
</style>
background-color css
<style>
a { background-color: #AC2F02; }
a { background-color: rgb(172,47,2); }
div.DivClassName
{
background-color: #AC2F02;
}
.BgClassName
{
background-color: #AC2F02;
}
</style>
border-color css
<style>
span { border-color: #AC2F02; }
span { border-color: rgb(172,47,2); }
td.TdClassName
{
border-color: #AC2F02;
}
.TagClassName
{
border-color: #AC2F02;
}
</style>