Shades of Rust #AC3619
Tints of Rust #AC3619
RGB
CMYK
RGB Variations
Color information
#AC3619 (or 0xAC3619) is known color: Rust. HEX triplet: AC, 36 and 19. RGB value is (172,54,25). Sum of RGB (Red+Green+Blue) = 172+54+25=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3619 is #53C9E6. Grayscale: #565656. Windows color (decimal): -5491175 or 1652396. OLE color: 1652396.
HSL color Cylindrical-coordinate representation of color #AC3619: hue angle of 11.84º 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 #AC3619 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 25 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.33 |
| HSL | 11.84º | 0.75% | 0.39% | - |
| HSV(B) | 11.84º | 0.85% | 0.67% | - |
| XYZ | 18.51 | 11.48 | 2.16 | - |
| YUV | 85.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 25 | 0 | 0.69 | 0.85 | 0.33 | 11.84 | 0.75 | 0.39 |
| Hex | AC | 36 | 19 | 0 | 45 | 55 | 21 | C | 4B | 27 |
| Octal | 254 | 66 | 31 | 0 | 105 | 125 | 41 | 14 | 113 | 47 |
| Binary | 10101100 | 110110 | 11001 | 0 | 1000101 | 1010101 | 100001 | 1100 | 1001011 | 100111 |
Color Harmonies of #AC3619
Complementary color
Monochromatic Colors of #AC3619
Black with #AC3619
Text Example
Text Example
White with #AC3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3619; }
p { color: rgb(172,54,25); }
H1.HeaderClassName
{
color: #AC3619;
}
.AnyTagClassName
{
color: #AC3619;
}
</style>
background-color css
<style>
a { background-color: #AC3619; }
a { background-color: rgb(172,54,25); }
div.DivClassName
{
background-color: #AC3619;
}
.BgClassName
{
background-color: #AC3619;
}
</style>
border-color css
<style>
span { border-color: #AC3619; }
span { border-color: rgb(172,54,25); }
td.TdClassName
{
border-color: #AC3619;
}
.TagClassName
{
border-color: #AC3619;
}
</style>