Shades of Rust #AC3F15
Tints of Rust #AC3F15
RGB
CMYK
RGB Variations
Color information
#AC3F15 (or 0xAC3F15) is known color: Rust. HEX triplet: AC, 3F and 15. RGB value is (172,63,21). Sum of RGB (Red+Green+Blue) = 172+63+21=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F15 is #53C0EA. Grayscale: #5B5B5B. Windows color (decimal): -5488875 or 1392556. OLE color: 1392556.
HSL color Cylindrical-coordinate representation of color #AC3F15: hue angle of 16.69º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3F15 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 21 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.33 |
| HSL | 16.69º | 0.78% | 0.38% | - |
| HSV(B) | 16.69º | 0.88% | 0.67% | - |
| XYZ | 18.93 | 12.38 | 2.1 | - |
| YUV | 90.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 21 | 0 | 0.63 | 0.88 | 0.33 | 16.69 | 0.78 | 0.38 |
| Hex | AC | 3F | 15 | 0 | 3F | 58 | 21 | 11 | 4E | 26 |
| Octal | 254 | 77 | 25 | 0 | 77 | 130 | 41 | 21 | 116 | 46 |
| Binary | 10101100 | 111111 | 10101 | 0 | 111111 | 1011000 | 100001 | 10001 | 1001110 | 100110 |
Color Harmonies of #AC3F15
Complementary color
Monochromatic Colors of #AC3F15
Black with #AC3F15
Text Example
Text Example
White with #AC3F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F15; }
p { color: rgb(172,63,21); }
H1.HeaderClassName
{
color: #AC3F15;
}
.AnyTagClassName
{
color: #AC3F15;
}
</style>
background-color css
<style>
a { background-color: #AC3F15; }
a { background-color: rgb(172,63,21); }
div.DivClassName
{
background-color: #AC3F15;
}
.BgClassName
{
background-color: #AC3F15;
}
</style>
border-color css
<style>
span { border-color: #AC3F15; }
span { border-color: rgb(172,63,21); }
td.TdClassName
{
border-color: #AC3F15;
}
.TagClassName
{
border-color: #AC3F15;
}
</style>