Shades of Rust #AC4319
Tints of Rust #AC4319
RGB
CMYK
RGB Variations
Color information
#AC4319 (or 0xAC4319) is known color: Rust. HEX triplet: AC, 43 and 19. RGB value is (172,67,25). Sum of RGB (Red+Green+Blue) = 172+67+25=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4319 is #53BCE6. Grayscale: #5D5D5D. Windows color (decimal): -5487847 or 1655724. OLE color: 1655724.
HSL color Cylindrical-coordinate representation of color #AC4319: hue angle of 17.14º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC4319 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.33 |
| HSL | 17.14º | 0.75% | 0.39% | - |
| HSV(B) | 17.14º | 0.85% | 0.67% | - |
| XYZ | 19.2 | 12.86 | 2.39 | - |
| YUV | 93.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 25 | 0 | 0.61 | 0.85 | 0.33 | 17.14 | 0.75 | 0.39 |
| Hex | AC | 43 | 19 | 0 | 3D | 55 | 21 | 11 | 4B | 27 |
| Octal | 254 | 103 | 31 | 0 | 75 | 125 | 41 | 21 | 113 | 47 |
| Binary | 10101100 | 1000011 | 11001 | 0 | 111101 | 1010101 | 100001 | 10001 | 1001011 | 100111 |
Color Harmonies of #AC4319
Complementary color
Monochromatic Colors of #AC4319
Black with #AC4319
Text Example
Text Example
White with #AC4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4319; }
p { color: rgb(172,67,25); }
H1.HeaderClassName
{
color: #AC4319;
}
.AnyTagClassName
{
color: #AC4319;
}
</style>
background-color css
<style>
a { background-color: #AC4319; }
a { background-color: rgb(172,67,25); }
div.DivClassName
{
background-color: #AC4319;
}
.BgClassName
{
background-color: #AC4319;
}
</style>
border-color css
<style>
span { border-color: #AC4319; }
span { border-color: rgb(172,67,25); }
td.TdClassName
{
border-color: #AC4319;
}
.TagClassName
{
border-color: #AC4319;
}
</style>