Shades of Rust #AC4119
Tints of Rust #AC4119
RGB
CMYK
RGB Variations
Color information
#AC4119 (or 0xAC4119) is known color: Rust. HEX triplet: AC, 41 and 19. RGB value is (172,65,25). Sum of RGB (Red+Green+Blue) = 172+65+25=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4119 is #53BEE6. Grayscale: #5C5C5C. Windows color (decimal): -5488359 or 1655212. OLE color: 1655212.
HSL color Cylindrical-coordinate representation of color #AC4119: hue angle of 16.33º 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 #AC4119 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 25 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.33 |
| HSL | 16.33º | 0.75% | 0.39% | - |
| HSV(B) | 16.33º | 0.85% | 0.67% | - |
| XYZ | 19.08 | 12.62 | 2.35 | - |
| YUV | 92.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 25 | 0 | 0.62 | 0.85 | 0.33 | 16.33 | 0.75 | 0.39 |
| Hex | AC | 41 | 19 | 0 | 3E | 55 | 21 | 10 | 4B | 27 |
| Octal | 254 | 101 | 31 | 0 | 76 | 125 | 41 | 20 | 113 | 47 |
| Binary | 10101100 | 1000001 | 11001 | 0 | 111110 | 1010101 | 100001 | 10000 | 1001011 | 100111 |
Color Harmonies of #AC4119
Complementary color
Monochromatic Colors of #AC4119
Black with #AC4119
Text Example
Text Example
White with #AC4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4119; }
p { color: rgb(172,65,25); }
H1.HeaderClassName
{
color: #AC4119;
}
.AnyTagClassName
{
color: #AC4119;
}
</style>
background-color css
<style>
a { background-color: #AC4119; }
a { background-color: rgb(172,65,25); }
div.DivClassName
{
background-color: #AC4119;
}
.BgClassName
{
background-color: #AC4119;
}
</style>
border-color css
<style>
span { border-color: #AC4119; }
span { border-color: rgb(172,65,25); }
td.TdClassName
{
border-color: #AC4119;
}
.TagClassName
{
border-color: #AC4119;
}
</style>