Shades of Rust #AC4213
Tints of Rust #AC4213
RGB
CMYK
RGB Variations
Color information
#AC4213 (or 0xAC4213) is known color: Rust. HEX triplet: AC, 42 and 13. RGB value is (172,66,19). Sum of RGB (Red+Green+Blue) = 172+66+19=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4213 is #53BDEC. Grayscale: #5C5C5C. Windows color (decimal): -5488109 or 1262252. OLE color: 1262252.
HSL color Cylindrical-coordinate representation of color #AC4213: hue angle of 18.43º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC4213 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 19 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.33 |
| HSL | 18.43º | 0.8% | 0.37% | - |
| HSV(B) | 18.43º | 0.89% | 0.67% | - |
| XYZ | 19.08 | 12.71 | 2.06 | - |
| YUV | 92.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 19 | 0 | 0.62 | 0.89 | 0.33 | 18.43 | 0.8 | 0.37 |
| Hex | AC | 42 | 13 | 0 | 3E | 59 | 21 | 12 | 50 | 25 |
| Octal | 254 | 102 | 23 | 0 | 76 | 131 | 41 | 22 | 120 | 45 |
| Binary | 10101100 | 1000010 | 10011 | 0 | 111110 | 1011001 | 100001 | 10010 | 1010000 | 100101 |
Color Harmonies of #AC4213
Complementary color
Monochromatic Colors of #AC4213
Black with #AC4213
Text Example
Text Example
White with #AC4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4213; }
p { color: rgb(172,66,19); }
H1.HeaderClassName
{
color: #AC4213;
}
.AnyTagClassName
{
color: #AC4213;
}
</style>
background-color css
<style>
a { background-color: #AC4213; }
a { background-color: rgb(172,66,19); }
div.DivClassName
{
background-color: #AC4213;
}
.BgClassName
{
background-color: #AC4213;
}
</style>
border-color css
<style>
span { border-color: #AC4213; }
span { border-color: rgb(172,66,19); }
td.TdClassName
{
border-color: #AC4213;
}
.TagClassName
{
border-color: #AC4213;
}
</style>