Shades of Rust #AC3F07
Tints of Rust #AC3F07
RGB
CMYK
RGB Variations
Color information
#AC3F07 (or 0xAC3F07) is known color: Rust. HEX triplet: AC, 3F and 07. RGB value is (172,63,7). Sum of RGB (Red+Green+Blue) = 172+63+7=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F07 is #53C0F8. Grayscale: #595959. Windows color (decimal): -5488889 or 475052. OLE color: 475052.
HSL color Cylindrical-coordinate representation of color #AC3F07: hue angle of 20.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 #AC3F07 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.33 |
| HSL | 20.36º | 0.92% | 0.35% | - |
| HSV(B) | 20.36º | 0.96% | 0.67% | - |
| XYZ | 18.83 | 12.34 | 1.59 | - |
| YUV | 89.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 7 | 0 | 0.63 | 0.96 | 0.33 | 20.36 | 0.92 | 0.35 |
| Hex | AC | 3F | 7 | 0 | 3F | 60 | 21 | 14 | 5C | 23 |
| Octal | 254 | 77 | 7 | 0 | 77 | 140 | 41 | 24 | 134 | 43 |
| Binary | 10101100 | 111111 | 111 | 0 | 111111 | 1100000 | 100001 | 10100 | 1011100 | 100011 |
Color Harmonies of #AC3F07
Complementary color
Monochromatic Colors of #AC3F07
Black with #AC3F07
Text Example
Text Example
White with #AC3F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F07; }
p { color: rgb(172,63,7); }
H1.HeaderClassName
{
color: #AC3F07;
}
.AnyTagClassName
{
color: #AC3F07;
}
</style>
background-color css
<style>
a { background-color: #AC3F07; }
a { background-color: rgb(172,63,7); }
div.DivClassName
{
background-color: #AC3F07;
}
.BgClassName
{
background-color: #AC3F07;
}
</style>
border-color css
<style>
span { border-color: #AC3F07; }
span { border-color: rgb(172,63,7); }
td.TdClassName
{
border-color: #AC3F07;
}
.TagClassName
{
border-color: #AC3F07;
}
</style>