Shades of Rust #AC4D15
Tints of Rust #AC4D15
RGB
CMYK
RGB Variations
Color information
#AC4D15 (or 0xAC4D15) is known color: Rust. HEX triplet: AC, 4D and 15. RGB value is (172,77,21). Sum of RGB (Red+Green+Blue) = 172+77+21=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D15 is #53B2EA. Grayscale: #636363. Windows color (decimal): -5485291 or 1396140. OLE color: 1396140.
HSL color Cylindrical-coordinate representation of color #AC4D15: hue angle of 22.25º 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 #AC4D15 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.33 |
| HSL | 22.25º | 0.78% | 0.38% | - |
| HSV(B) | 22.25º | 0.88% | 0.67% | - |
| XYZ | 19.8 | 14.13 | 2.39 | - |
| YUV | 99.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 21 | 0 | 0.55 | 0.88 | 0.33 | 22.25 | 0.78 | 0.38 |
| Hex | AC | 4D | 15 | 0 | 37 | 58 | 21 | 16 | 4E | 26 |
| Octal | 254 | 115 | 25 | 0 | 67 | 130 | 41 | 26 | 116 | 46 |
| Binary | 10101100 | 1001101 | 10101 | 0 | 110111 | 1011000 | 100001 | 10110 | 1001110 | 100110 |
Color Harmonies of #AC4D15
Complementary color
Monochromatic Colors of #AC4D15
Black with #AC4D15
Text Example
Text Example
White with #AC4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D15; }
p { color: rgb(172,77,21); }
H1.HeaderClassName
{
color: #AC4D15;
}
.AnyTagClassName
{
color: #AC4D15;
}
</style>
background-color css
<style>
a { background-color: #AC4D15; }
a { background-color: rgb(172,77,21); }
div.DivClassName
{
background-color: #AC4D15;
}
.BgClassName
{
background-color: #AC4D15;
}
</style>
border-color css
<style>
span { border-color: #AC4D15; }
span { border-color: rgb(172,77,21); }
td.TdClassName
{
border-color: #AC4D15;
}
.TagClassName
{
border-color: #AC4D15;
}
</style>