Shades of Rust #AC3818
Tints of Rust #AC3818
RGB
CMYK
RGB Variations
Color information
#AC3818 (or 0xAC3818) is known color: Rust. HEX triplet: AC, 38 and 18. RGB value is (172,56,24). Sum of RGB (Red+Green+Blue) = 172+56+24=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3818 is #53C7E7. Grayscale: #575757. Windows color (decimal): -5490664 or 1587372. OLE color: 1587372.
HSL color Cylindrical-coordinate representation of color #AC3818: hue angle of 12.97º 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 #AC3818 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 24 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.33 |
| HSL | 12.97º | 0.76% | 0.38% | - |
| HSV(B) | 12.97º | 0.86% | 0.67% | - |
| XYZ | 18.59 | 11.66 | 2.14 | - |
| YUV | 87.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 24 | 0 | 0.67 | 0.86 | 0.33 | 12.97 | 0.76 | 0.38 |
| Hex | AC | 38 | 18 | 0 | 43 | 56 | 21 | D | 4C | 26 |
| Octal | 254 | 70 | 30 | 0 | 103 | 126 | 41 | 15 | 114 | 46 |
| Binary | 10101100 | 111000 | 11000 | 0 | 1000011 | 1010110 | 100001 | 1101 | 1001100 | 100110 |
Color Harmonies of #AC3818
Complementary color
Monochromatic Colors of #AC3818
Black with #AC3818
Text Example
Text Example
White with #AC3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3818; }
p { color: rgb(172,56,24); }
H1.HeaderClassName
{
color: #AC3818;
}
.AnyTagClassName
{
color: #AC3818;
}
</style>
background-color css
<style>
a { background-color: #AC3818; }
a { background-color: rgb(172,56,24); }
div.DivClassName
{
background-color: #AC3818;
}
.BgClassName
{
background-color: #AC3818;
}
</style>
border-color css
<style>
span { border-color: #AC3818; }
span { border-color: rgb(172,56,24); }
td.TdClassName
{
border-color: #AC3818;
}
.TagClassName
{
border-color: #AC3818;
}
</style>