Shades of Rust #AC3919
Tints of Rust #AC3919
RGB
CMYK
RGB Variations
Color information
#AC3919 (or 0xAC3919) is known color: Rust. HEX triplet: AC, 39 and 19. RGB value is (172,57,25). Sum of RGB (Red+Green+Blue) = 172+57+25=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3919 is #53C6E6. Grayscale: #575757. Windows color (decimal): -5490407 or 1653164. OLE color: 1653164.
HSL color Cylindrical-coordinate representation of color #AC3919: hue angle of 13.06º 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 #AC3919 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 25 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.33 |
| HSL | 13.06º | 0.75% | 0.39% | - |
| HSV(B) | 13.06º | 0.85% | 0.67% | - |
| XYZ | 18.65 | 11.77 | 2.21 | - |
| YUV | 87.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 25 | 0 | 0.67 | 0.85 | 0.33 | 13.06 | 0.75 | 0.39 |
| Hex | AC | 39 | 19 | 0 | 43 | 55 | 21 | D | 4B | 27 |
| Octal | 254 | 71 | 31 | 0 | 103 | 125 | 41 | 15 | 113 | 47 |
| Binary | 10101100 | 111001 | 11001 | 0 | 1000011 | 1010101 | 100001 | 1101 | 1001011 | 100111 |
Color Harmonies of #AC3919
Complementary color
Monochromatic Colors of #AC3919
Black with #AC3919
Text Example
Text Example
White with #AC3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3919; }
p { color: rgb(172,57,25); }
H1.HeaderClassName
{
color: #AC3919;
}
.AnyTagClassName
{
color: #AC3919;
}
</style>
background-color css
<style>
a { background-color: #AC3919; }
a { background-color: rgb(172,57,25); }
div.DivClassName
{
background-color: #AC3919;
}
.BgClassName
{
background-color: #AC3919;
}
</style>
border-color css
<style>
span { border-color: #AC3919; }
span { border-color: rgb(172,57,25); }
td.TdClassName
{
border-color: #AC3919;
}
.TagClassName
{
border-color: #AC3919;
}
</style>