Shades of Rust #AC2F07
Tints of Rust #AC2F07
RGB
CMYK
RGB Variations
Color information
#AC2F07 (or 0xAC2F07) is known color: Rust. HEX triplet: AC, 2F and 07. RGB value is (172,47,7). Sum of RGB (Red+Green+Blue) = 172+47+7=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F07 is #53D0F8. Grayscale: #505050. Windows color (decimal): -5492985 or 470956. OLE color: 470956.
HSL color Cylindrical-coordinate representation of color #AC2F07: hue angle of 14.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC2F07 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 47 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.33 |
| HSL | 14.55º | 0.92% | 0.35% | - |
| HSV(B) | 14.55º | 0.96% | 0.67% | - |
| XYZ | 18.07 | 10.82 | 1.34 | - |
| YUV | 79.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 7 | 0 | 0.73 | 0.96 | 0.33 | 14.55 | 0.92 | 0.35 |
| Hex | AC | 2F | 7 | 0 | 49 | 60 | 21 | F | 5C | 23 |
| Octal | 254 | 57 | 7 | 0 | 111 | 140 | 41 | 17 | 134 | 43 |
| Binary | 10101100 | 101111 | 111 | 0 | 1001001 | 1100000 | 100001 | 1111 | 1011100 | 100011 |
Color Harmonies of #AC2F07
Complementary color
Monochromatic Colors of #AC2F07
Black with #AC2F07
Text Example
Text Example
White with #AC2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2F07; }
p { color: rgb(172,47,7); }
H1.HeaderClassName
{
color: #AC2F07;
}
.AnyTagClassName
{
color: #AC2F07;
}
</style>
background-color css
<style>
a { background-color: #AC2F07; }
a { background-color: rgb(172,47,7); }
div.DivClassName
{
background-color: #AC2F07;
}
.BgClassName
{
background-color: #AC2F07;
}
</style>
border-color css
<style>
span { border-color: #AC2F07; }
span { border-color: rgb(172,47,7); }
td.TdClassName
{
border-color: #AC2F07;
}
.TagClassName
{
border-color: #AC2F07;
}
</style>