Shades of Rust #AC4919
Tints of Rust #AC4919
RGB
CMYK
RGB Variations
Color information
#AC4919 (or 0xAC4919) is known color: Rust. HEX triplet: AC, 49 and 19. RGB value is (172,73,25). Sum of RGB (Red+Green+Blue) = 172+73+25=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4919 is #53B6E6. Grayscale: #616161. Windows color (decimal): -5486311 or 1657260. OLE color: 1657260.
HSL color Cylindrical-coordinate representation of color #AC4919: hue angle of 19.59º 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 #AC4919 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 25 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.33 |
| HSL | 19.59º | 0.75% | 0.39% | - |
| HSV(B) | 19.59º | 0.85% | 0.67% | - |
| XYZ | 19.57 | 13.61 | 2.51 | - |
| YUV | 97.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 25 | 0 | 0.58 | 0.85 | 0.33 | 19.59 | 0.75 | 0.39 |
| Hex | AC | 49 | 19 | 0 | 3A | 55 | 21 | 14 | 4B | 27 |
| Octal | 254 | 111 | 31 | 0 | 72 | 125 | 41 | 24 | 113 | 47 |
| Binary | 10101100 | 1001001 | 11001 | 0 | 111010 | 1010101 | 100001 | 10100 | 1001011 | 100111 |
Color Harmonies of #AC4919
Complementary color
Monochromatic Colors of #AC4919
Black with #AC4919
Text Example
Text Example
White with #AC4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4919; }
p { color: rgb(172,73,25); }
H1.HeaderClassName
{
color: #AC4919;
}
.AnyTagClassName
{
color: #AC4919;
}
</style>
background-color css
<style>
a { background-color: #AC4919; }
a { background-color: rgb(172,73,25); }
div.DivClassName
{
background-color: #AC4919;
}
.BgClassName
{
background-color: #AC4919;
}
</style>
border-color css
<style>
span { border-color: #AC4919; }
span { border-color: rgb(172,73,25); }
td.TdClassName
{
border-color: #AC4919;
}
.TagClassName
{
border-color: #AC4919;
}
</style>