Shades of Rust #AC4314
Tints of Rust #AC4314
RGB
CMYK
RGB Variations
Color information
#AC4314 (or 0xAC4314) is known color: Rust. HEX triplet: AC, 43 and 14. RGB value is (172,67,20). Sum of RGB (Red+Green+Blue) = 172+67+20=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4314 is #53BCEB. Grayscale: #5D5D5D. Windows color (decimal): -5487852 or 1328044. OLE color: 1328044.
HSL color Cylindrical-coordinate representation of color #AC4314: hue angle of 18.55º degrees, saturation: 0.79, 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 #AC4314 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 20 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.33 |
| HSL | 18.55º | 0.79% | 0.38% | - |
| HSV(B) | 18.55º | 0.88% | 0.67% | - |
| XYZ | 19.15 | 12.84 | 2.13 | - |
| YUV | 93.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 20 | 0 | 0.61 | 0.88 | 0.33 | 18.55 | 0.79 | 0.38 |
| Hex | AC | 43 | 14 | 0 | 3D | 58 | 21 | 13 | 4F | 26 |
| Octal | 254 | 103 | 24 | 0 | 75 | 130 | 41 | 23 | 117 | 46 |
| Binary | 10101100 | 1000011 | 10100 | 0 | 111101 | 1011000 | 100001 | 10011 | 1001111 | 100110 |
Color Harmonies of #AC4314
Complementary color
Monochromatic Colors of #AC4314
Black with #AC4314
Text Example
Text Example
White with #AC4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4314; }
p { color: rgb(172,67,20); }
H1.HeaderClassName
{
color: #AC4314;
}
.AnyTagClassName
{
color: #AC4314;
}
</style>
background-color css
<style>
a { background-color: #AC4314; }
a { background-color: rgb(172,67,20); }
div.DivClassName
{
background-color: #AC4314;
}
.BgClassName
{
background-color: #AC4314;
}
</style>
border-color css
<style>
span { border-color: #AC4314; }
span { border-color: rgb(172,67,20); }
td.TdClassName
{
border-color: #AC4314;
}
.TagClassName
{
border-color: #AC4314;
}
</style>