Shades of Rust #AC3F18
Tints of Rust #AC3F18
RGB
CMYK
RGB Variations
Color information
#AC3F18 (or 0xAC3F18) is known color: Rust. HEX triplet: AC, 3F and 18. RGB value is (172,63,24). Sum of RGB (Red+Green+Blue) = 172+63+24=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F18 is #53C0E7. Grayscale: #5B5B5B. Windows color (decimal): -5488872 or 1589164. OLE color: 1589164.
HSL color Cylindrical-coordinate representation of color #AC3F18: hue angle of 15.81º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC3F18 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 24 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.33 |
| HSL | 15.81º | 0.76% | 0.38% | - |
| HSV(B) | 15.81º | 0.86% | 0.67% | - |
| XYZ | 18.96 | 12.39 | 2.26 | - |
| YUV | 91.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 24 | 0 | 0.63 | 0.86 | 0.33 | 15.81 | 0.76 | 0.38 |
| Hex | AC | 3F | 18 | 0 | 3F | 56 | 21 | 10 | 4C | 26 |
| Octal | 254 | 77 | 30 | 0 | 77 | 126 | 41 | 20 | 114 | 46 |
| Binary | 10101100 | 111111 | 11000 | 0 | 111111 | 1010110 | 100001 | 10000 | 1001100 | 100110 |
Color Harmonies of #AC3F18
Complementary color
Monochromatic Colors of #AC3F18
Black with #AC3F18
Text Example
Text Example
White with #AC3F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F18; }
p { color: rgb(172,63,24); }
H1.HeaderClassName
{
color: #AC3F18;
}
.AnyTagClassName
{
color: #AC3F18;
}
</style>
background-color css
<style>
a { background-color: #AC3F18; }
a { background-color: rgb(172,63,24); }
div.DivClassName
{
background-color: #AC3F18;
}
.BgClassName
{
background-color: #AC3F18;
}
</style>
border-color css
<style>
span { border-color: #AC3F18; }
span { border-color: rgb(172,63,24); }
td.TdClassName
{
border-color: #AC3F18;
}
.TagClassName
{
border-color: #AC3F18;
}
</style>