Shades of Rust #AC3F19
Tints of Rust #AC3F19
RGB
CMYK
RGB Variations
Color information
#AC3F19 (or 0xAC3F19) is known color: Rust. HEX triplet: AC, 3F and 19. RGB value is (172,63,25). Sum of RGB (Red+Green+Blue) = 172+63+25=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F19 is #53C0E6. Grayscale: #5B5B5B. Windows color (decimal): -5488871 or 1654700. OLE color: 1654700.
HSL color Cylindrical-coordinate representation of color #AC3F19: hue angle of 15.51º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC3F19 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 25 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.33 |
| HSL | 15.51º | 0.75% | 0.39% | - |
| HSV(B) | 15.51º | 0.85% | 0.67% | - |
| XYZ | 18.97 | 12.4 | 2.31 | - |
| YUV | 91.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 25 | 0 | 0.63 | 0.85 | 0.33 | 15.51 | 0.75 | 0.39 |
| Hex | AC | 3F | 19 | 0 | 3F | 55 | 21 | 10 | 4B | 27 |
| Octal | 254 | 77 | 31 | 0 | 77 | 125 | 41 | 20 | 113 | 47 |
| Binary | 10101100 | 111111 | 11001 | 0 | 111111 | 1010101 | 100001 | 10000 | 1001011 | 100111 |
Color Harmonies of #AC3F19
Complementary color
Monochromatic Colors of #AC3F19
Black with #AC3F19
Text Example
Text Example
White with #AC3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F19; }
p { color: rgb(172,63,25); }
H1.HeaderClassName
{
color: #AC3F19;
}
.AnyTagClassName
{
color: #AC3F19;
}
</style>
background-color css
<style>
a { background-color: #AC3F19; }
a { background-color: rgb(172,63,25); }
div.DivClassName
{
background-color: #AC3F19;
}
.BgClassName
{
background-color: #AC3F19;
}
</style>
border-color css
<style>
span { border-color: #AC3F19; }
span { border-color: rgb(172,63,25); }
td.TdClassName
{
border-color: #AC3F19;
}
.TagClassName
{
border-color: #AC3F19;
}
</style>