Shades of Rust #AC2907
Tints of Rust #AC2907
RGB
CMYK
RGB Variations
Color information
#AC2907 (or 0xAC2907) is known color: Rust. HEX triplet: AC, 29 and 07. RGB value is (172,41,7). Sum of RGB (Red+Green+Blue) = 172+41+7=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2907 is #53D6F8. Grayscale: #4C4C4C. Windows color (decimal): -5494521 or 469420. OLE color: 469420.
HSL color Cylindrical-coordinate representation of color #AC2907: hue angle of 12.36º 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 #AC2907 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.33 |
| HSL | 12.36º | 0.92% | 0.35% | - |
| HSV(B) | 12.36º | 0.96% | 0.67% | - |
| XYZ | 17.84 | 10.37 | 1.26 | - |
| YUV | 76.29 | 88.9 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 7 | 0 | 0.76 | 0.96 | 0.33 | 12.36 | 0.92 | 0.35 |
| Hex | AC | 29 | 7 | 0 | 4C | 60 | 21 | C | 5C | 23 |
| Octal | 254 | 51 | 7 | 0 | 114 | 140 | 41 | 14 | 134 | 43 |
| Binary | 10101100 | 101001 | 111 | 0 | 1001100 | 1100000 | 100001 | 1100 | 1011100 | 100011 |
Color Harmonies of #AC2907
Complementary color
Monochromatic Colors of #AC2907
Black with #AC2907
Text Example
Text Example
White with #AC2907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2907; }
p { color: rgb(172,41,7); }
H1.HeaderClassName
{
color: #AC2907;
}
.AnyTagClassName
{
color: #AC2907;
}
</style>
background-color css
<style>
a { background-color: #AC2907; }
a { background-color: rgb(172,41,7); }
div.DivClassName
{
background-color: #AC2907;
}
.BgClassName
{
background-color: #AC2907;
}
</style>
border-color css
<style>
span { border-color: #AC2907; }
span { border-color: rgb(172,41,7); }
td.TdClassName
{
border-color: #AC2907;
}
.TagClassName
{
border-color: #AC2907;
}
</style>