Shades of Rust #AC4110
Tints of Rust #AC4110
RGB
CMYK
RGB Variations
Color information
#AC4110 (or 0xAC4110) is known color: Rust. HEX triplet: AC, 41 and 10. RGB value is (172,65,16). Sum of RGB (Red+Green+Blue) = 172+65+16=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4110 is #53BEEF. Grayscale: #5B5B5B. Windows color (decimal): -5488368 or 1065388. OLE color: 1065388.
HSL color Cylindrical-coordinate representation of color #AC4110: hue angle of 18.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC4110 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.33 |
| HSL | 18.85º | 0.83% | 0.37% | - |
| HSV(B) | 18.85º | 0.91% | 0.67% | - |
| XYZ | 19 | 12.59 | 1.92 | - |
| YUV | 91.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 16 | 0 | 0.62 | 0.91 | 0.33 | 18.85 | 0.83 | 0.37 |
| Hex | AC | 41 | 10 | 0 | 3E | 5B | 21 | 13 | 53 | 25 |
| Octal | 254 | 101 | 20 | 0 | 76 | 133 | 41 | 23 | 123 | 45 |
| Binary | 10101100 | 1000001 | 10000 | 0 | 111110 | 1011011 | 100001 | 10011 | 1010011 | 100101 |
Color Harmonies of #AC4110
Complementary color
Monochromatic Colors of #AC4110
Black with #AC4110
Text Example
Text Example
White with #AC4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4110; }
p { color: rgb(172,65,16); }
H1.HeaderClassName
{
color: #AC4110;
}
.AnyTagClassName
{
color: #AC4110;
}
</style>
background-color css
<style>
a { background-color: #AC4110; }
a { background-color: rgb(172,65,16); }
div.DivClassName
{
background-color: #AC4110;
}
.BgClassName
{
background-color: #AC4110;
}
</style>
border-color css
<style>
span { border-color: #AC4110; }
span { border-color: rgb(172,65,16); }
td.TdClassName
{
border-color: #AC4110;
}
.TagClassName
{
border-color: #AC4110;
}
</style>