Shades of Rust #AC3618
Tints of Rust #AC3618
RGB
CMYK
RGB Variations
Color information
#AC3618 (or 0xAC3618) is known color: Rust. HEX triplet: AC, 36 and 18. RGB value is (172,54,24). Sum of RGB (Red+Green+Blue) = 172+54+24=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3618 is #53C9E7. Grayscale: #565656. Windows color (decimal): -5491176 or 1586860. OLE color: 1586860.
HSL color Cylindrical-coordinate representation of color #AC3618: hue angle of 12.16º 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 #AC3618 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 24 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.33 |
| HSL | 12.16º | 0.76% | 0.38% | - |
| HSV(B) | 12.16º | 0.86% | 0.67% | - |
| XYZ | 18.5 | 11.47 | 2.1 | - |
| YUV | 85.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 24 | 0 | 0.69 | 0.86 | 0.33 | 12.16 | 0.76 | 0.38 |
| Hex | AC | 36 | 18 | 0 | 45 | 56 | 21 | C | 4C | 26 |
| Octal | 254 | 66 | 30 | 0 | 105 | 126 | 41 | 14 | 114 | 46 |
| Binary | 10101100 | 110110 | 11000 | 0 | 1000101 | 1010110 | 100001 | 1100 | 1001100 | 100110 |
Color Harmonies of #AC3618
Complementary color
Monochromatic Colors of #AC3618
Black with #AC3618
Text Example
Text Example
White with #AC3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3618; }
p { color: rgb(172,54,24); }
H1.HeaderClassName
{
color: #AC3618;
}
.AnyTagClassName
{
color: #AC3618;
}
</style>
background-color css
<style>
a { background-color: #AC3618; }
a { background-color: rgb(172,54,24); }
div.DivClassName
{
background-color: #AC3618;
}
.BgClassName
{
background-color: #AC3618;
}
</style>
border-color css
<style>
span { border-color: #AC3618; }
span { border-color: rgb(172,54,24); }
td.TdClassName
{
border-color: #AC3618;
}
.TagClassName
{
border-color: #AC3618;
}
</style>