Shades of Rust #AC2F05
Tints of Rust #AC2F05
RGB
CMYK
RGB Variations
Color information
#AC2F05 (or 0xAC2F05) is known color: Rust. HEX triplet: AC, 2F and 05. RGB value is (172,47,5). Sum of RGB (Red+Green+Blue) = 172+47+5=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F05 is #53D0FA. Grayscale: #4F4F4F. Windows color (decimal): -5492987 or 339884. OLE color: 339884.
HSL color Cylindrical-coordinate representation of color #AC2F05: hue angle of 15.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC2F05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.33 |
| HSL | 15.09º | 0.94% | 0.35% | - |
| HSV(B) | 15.09º | 0.97% | 0.67% | - |
| XYZ | 18.06 | 10.81 | 1.28 | - |
| YUV | 79.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 5 | 0 | 0.73 | 0.97 | 0.33 | 15.09 | 0.94 | 0.35 |
| Hex | AC | 2F | 5 | 0 | 49 | 61 | 21 | F | 5E | 23 |
| Octal | 254 | 57 | 5 | 0 | 111 | 141 | 41 | 17 | 136 | 43 |
| Binary | 10101100 | 101111 | 101 | 0 | 1001001 | 1100001 | 100001 | 1111 | 1011110 | 100011 |
Color Harmonies of #AC2F05
Complementary color
Monochromatic Colors of #AC2F05
Black with #AC2F05
Text Example
Text Example
White with #AC2F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F05; }
p { color: rgb(172,47,5); }
H1.HeaderClassName
{
color: #AC2F05;
}
.AnyTagClassName
{
color: #AC2F05;
}
</style>
background-color css
<style>
a { background-color: #AC2F05; }
a { background-color: rgb(172,47,5); }
div.DivClassName
{
background-color: #AC2F05;
}
.BgClassName
{
background-color: #AC2F05;
}
</style>
border-color css
<style>
span { border-color: #AC2F05; }
span { border-color: rgb(172,47,5); }
td.TdClassName
{
border-color: #AC2F05;
}
.TagClassName
{
border-color: #AC2F05;
}
</style>