Shades of Rust #AC4010
Tints of Rust #AC4010
RGB
CMYK
RGB Variations
Color information
#AC4010 (or 0xAC4010) is known color: Rust. HEX triplet: AC, 40 and 10. RGB value is (172,64,16). Sum of RGB (Red+Green+Blue) = 172+64+16=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4010 is #53BFEF. Grayscale: #5B5B5B. Windows color (decimal): -5488624 or 1065132. OLE color: 1065132.
HSL color Cylindrical-coordinate representation of color #AC4010: hue angle of 18.46º 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 #AC4010 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.33 |
| HSL | 18.46º | 0.83% | 0.37% | - |
| HSV(B) | 18.46º | 0.91% | 0.67% | - |
| XYZ | 18.94 | 12.47 | 1.9 | - |
| YUV | 90.82 | 85.78 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 16 | 0 | 0.63 | 0.91 | 0.33 | 18.46 | 0.83 | 0.37 |
| Hex | AC | 40 | 10 | 0 | 3F | 5B | 21 | 12 | 53 | 25 |
| Octal | 254 | 100 | 20 | 0 | 77 | 133 | 41 | 22 | 123 | 45 |
| Binary | 10101100 | 1000000 | 10000 | 0 | 111111 | 1011011 | 100001 | 10010 | 1010011 | 100101 |
Color Harmonies of #AC4010
Complementary color
Monochromatic Colors of #AC4010
Black with #AC4010
Text Example
Text Example
White with #AC4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4010; }
p { color: rgb(172,64,16); }
H1.HeaderClassName
{
color: #AC4010;
}
.AnyTagClassName
{
color: #AC4010;
}
</style>
background-color css
<style>
a { background-color: #AC4010; }
a { background-color: rgb(172,64,16); }
div.DivClassName
{
background-color: #AC4010;
}
.BgClassName
{
background-color: #AC4010;
}
</style>
border-color css
<style>
span { border-color: #AC4010; }
span { border-color: rgb(172,64,16); }
td.TdClassName
{
border-color: #AC4010;
}
.TagClassName
{
border-color: #AC4010;
}
</style>