Shades of Rust #AC3815
Tints of Rust #AC3815
RGB
CMYK
RGB Variations
Color information
#AC3815 (or 0xAC3815) is known color: Rust. HEX triplet: AC, 38 and 15. RGB value is (172,56,21). Sum of RGB (Red+Green+Blue) = 172+56+21=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3815 is #53C7EA. Grayscale: #565656. Windows color (decimal): -5490667 or 1390764. OLE color: 1390764.
HSL color Cylindrical-coordinate representation of color #AC3815: hue angle of 13.91º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3815 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 21 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.33 |
| HSL | 13.91º | 0.78% | 0.38% | - |
| HSV(B) | 13.91º | 0.88% | 0.67% | - |
| XYZ | 18.56 | 11.65 | 1.98 | - |
| YUV | 86.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 21 | 0 | 0.67 | 0.88 | 0.33 | 13.91 | 0.78 | 0.38 |
| Hex | AC | 38 | 15 | 0 | 43 | 58 | 21 | E | 4E | 26 |
| Octal | 254 | 70 | 25 | 0 | 103 | 130 | 41 | 16 | 116 | 46 |
| Binary | 10101100 | 111000 | 10101 | 0 | 1000011 | 1011000 | 100001 | 1110 | 1001110 | 100110 |
Color Harmonies of #AC3815
Complementary color
Monochromatic Colors of #AC3815
Black with #AC3815
Text Example
Text Example
White with #AC3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3815; }
p { color: rgb(172,56,21); }
H1.HeaderClassName
{
color: #AC3815;
}
.AnyTagClassName
{
color: #AC3815;
}
</style>
background-color css
<style>
a { background-color: #AC3815; }
a { background-color: rgb(172,56,21); }
div.DivClassName
{
background-color: #AC3815;
}
.BgClassName
{
background-color: #AC3815;
}
</style>
border-color css
<style>
span { border-color: #AC3815; }
span { border-color: rgb(172,56,21); }
td.TdClassName
{
border-color: #AC3815;
}
.TagClassName
{
border-color: #AC3815;
}
</style>