Shades of Rust #AC3419
Tints of Rust #AC3419
RGB
CMYK
RGB Variations
Color information
#AC3419 (or 0xAC3419) is known color: Rust. HEX triplet: AC, 34 and 19. RGB value is (172,52,25). Sum of RGB (Red+Green+Blue) = 172+52+25=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3419 is #53CBE6. Grayscale: #555555. Windows color (decimal): -5491687 or 1651884. OLE color: 1651884.
HSL color Cylindrical-coordinate representation of color #AC3419: hue angle of 11.02º 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 #AC3419 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 25 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.33 |
| HSL | 11.02º | 0.75% | 0.39% | - |
| HSV(B) | 11.02º | 0.85% | 0.67% | - |
| XYZ | 18.42 | 11.3 | 2.13 | - |
| YUV | 84.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 25 | 0 | 0.70 | 0.85 | 0.33 | 11.02 | 0.75 | 0.39 |
| Hex | AC | 34 | 19 | 0 | 46 | 55 | 21 | B | 4B | 27 |
| Octal | 254 | 64 | 31 | 0 | 106 | 125 | 41 | 13 | 113 | 47 |
| Binary | 10101100 | 110100 | 11001 | 0 | 1000110 | 1010101 | 100001 | 1011 | 1001011 | 100111 |
Color Harmonies of #AC3419
Complementary color
Monochromatic Colors of #AC3419
Black with #AC3419
Text Example
Text Example
White with #AC3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3419; }
p { color: rgb(172,52,25); }
H1.HeaderClassName
{
color: #AC3419;
}
.AnyTagClassName
{
color: #AC3419;
}
</style>
background-color css
<style>
a { background-color: #AC3419; }
a { background-color: rgb(172,52,25); }
div.DivClassName
{
background-color: #AC3419;
}
.BgClassName
{
background-color: #AC3419;
}
</style>
border-color css
<style>
span { border-color: #AC3419; }
span { border-color: rgb(172,52,25); }
td.TdClassName
{
border-color: #AC3419;
}
.TagClassName
{
border-color: #AC3419;
}
</style>