Shades of Rust #AC3812
Tints of Rust #AC3812
RGB
CMYK
RGB Variations
Color information
#AC3812 (or 0xAC3812) is known color: Rust. HEX triplet: AC, 38 and 12. RGB value is (172,56,18). Sum of RGB (Red+Green+Blue) = 172+56+18=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3812 is #53C7ED. Grayscale: #565656. Windows color (decimal): -5490670 or 1194156. OLE color: 1194156.
HSL color Cylindrical-coordinate representation of color #AC3812: hue angle of 14.81º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3812 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 18 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.33 |
| HSL | 14.81º | 0.81% | 0.37% | - |
| HSV(B) | 14.81º | 0.9% | 0.67% | - |
| XYZ | 18.54 | 11.64 | 1.84 | - |
| YUV | 86.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 18 | 0 | 0.67 | 0.90 | 0.33 | 14.81 | 0.81 | 0.37 |
| Hex | AC | 38 | 12 | 0 | 43 | 5A | 21 | F | 51 | 25 |
| Octal | 254 | 70 | 22 | 0 | 103 | 132 | 41 | 17 | 121 | 45 |
| Binary | 10101100 | 111000 | 10010 | 0 | 1000011 | 1011010 | 100001 | 1111 | 1010001 | 100101 |
Color Harmonies of #AC3812
Complementary color
Monochromatic Colors of #AC3812
Black with #AC3812
Text Example
Text Example
White with #AC3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3812; }
p { color: rgb(172,56,18); }
H1.HeaderClassName
{
color: #AC3812;
}
.AnyTagClassName
{
color: #AC3812;
}
</style>
background-color css
<style>
a { background-color: #AC3812; }
a { background-color: rgb(172,56,18); }
div.DivClassName
{
background-color: #AC3812;
}
.BgClassName
{
background-color: #AC3812;
}
</style>
border-color css
<style>
span { border-color: #AC3812; }
span { border-color: rgb(172,56,18); }
td.TdClassName
{
border-color: #AC3812;
}
.TagClassName
{
border-color: #AC3812;
}
</style>