Shades of Rust #AC3F08
Tints of Rust #AC3F08
RGB
CMYK
RGB Variations
Color information
#AC3F08 (or 0xAC3F08) is known color: Rust. HEX triplet: AC, 3F and 08. RGB value is (172,63,8). Sum of RGB (Red+Green+Blue) = 172+63+8=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F08 is #53C0F7. Grayscale: #595959. Windows color (decimal): -5488888 or 540588. OLE color: 540588.
HSL color Cylindrical-coordinate representation of color #AC3F08: hue angle of 20.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC3F08 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.33 |
| HSL | 20.12º | 0.91% | 0.35% | - |
| HSV(B) | 20.12º | 0.95% | 0.67% | - |
| XYZ | 18.83 | 12.34 | 1.62 | - |
| YUV | 89.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 8 | 0 | 0.63 | 0.95 | 0.33 | 20.12 | 0.91 | 0.35 |
| Hex | AC | 3F | 8 | 0 | 3F | 5F | 21 | 14 | 5B | 23 |
| Octal | 254 | 77 | 10 | 0 | 77 | 137 | 41 | 24 | 133 | 43 |
| Binary | 10101100 | 111111 | 1000 | 0 | 111111 | 1011111 | 100001 | 10100 | 1011011 | 100011 |
Color Harmonies of #AC3F08
Complementary color
Monochromatic Colors of #AC3F08
Black with #AC3F08
Text Example
Text Example
White with #AC3F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F08; }
p { color: rgb(172,63,8); }
H1.HeaderClassName
{
color: #AC3F08;
}
.AnyTagClassName
{
color: #AC3F08;
}
</style>
background-color css
<style>
a { background-color: #AC3F08; }
a { background-color: rgb(172,63,8); }
div.DivClassName
{
background-color: #AC3F08;
}
.BgClassName
{
background-color: #AC3F08;
}
</style>
border-color css
<style>
span { border-color: #AC3F08; }
span { border-color: rgb(172,63,8); }
td.TdClassName
{
border-color: #AC3F08;
}
.TagClassName
{
border-color: #AC3F08;
}
</style>