Shades of Rust #AC3E18
Tints of Rust #AC3E18
RGB
CMYK
RGB Variations
Color information
#AC3E18 (or 0xAC3E18) is known color: Rust. HEX triplet: AC, 3E and 18. RGB value is (172,62,24). Sum of RGB (Red+Green+Blue) = 172+62+24=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E18 is #53C1E7. Grayscale: #5A5A5A. Windows color (decimal): -5489128 or 1588908. OLE color: 1588908.
HSL color Cylindrical-coordinate representation of color #AC3E18: hue angle of 15.41º 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 #AC3E18 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 24 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.33 |
| HSL | 15.41º | 0.76% | 0.38% | - |
| HSV(B) | 15.41º | 0.86% | 0.67% | - |
| XYZ | 18.9 | 12.28 | 2.24 | - |
| YUV | 90.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 24 | 0 | 0.64 | 0.86 | 0.33 | 15.41 | 0.76 | 0.38 |
| Hex | AC | 3E | 18 | 0 | 40 | 56 | 21 | F | 4C | 26 |
| Octal | 254 | 76 | 30 | 0 | 100 | 126 | 41 | 17 | 114 | 46 |
| Binary | 10101100 | 111110 | 11000 | 0 | 1000000 | 1010110 | 100001 | 1111 | 1001100 | 100110 |
Color Harmonies of #AC3E18
Complementary color
Monochromatic Colors of #AC3E18
Black with #AC3E18
Text Example
Text Example
White with #AC3E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E18; }
p { color: rgb(172,62,24); }
H1.HeaderClassName
{
color: #AC3E18;
}
.AnyTagClassName
{
color: #AC3E18;
}
</style>
background-color css
<style>
a { background-color: #AC3E18; }
a { background-color: rgb(172,62,24); }
div.DivClassName
{
background-color: #AC3E18;
}
.BgClassName
{
background-color: #AC3E18;
}
</style>
border-color css
<style>
span { border-color: #AC3E18; }
span { border-color: rgb(172,62,24); }
td.TdClassName
{
border-color: #AC3E18;
}
.TagClassName
{
border-color: #AC3E18;
}
</style>