Shades of Rust #AC4001
Tints of Rust #AC4001
RGB
CMYK
RGB Variations
Color information
#AC4001 (or 0xAC4001) is known color: Rust. HEX triplet: AC, 40 and 01. RGB value is (172,64,1). Sum of RGB (Red+Green+Blue) = 172+64+1=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4001 is #53BFFE. Grayscale: #595959. Windows color (decimal): -5488639 or 82092. OLE color: 82092.
HSL color Cylindrical-coordinate representation of color #AC4001: hue angle of 22.11º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC4001 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.33 |
| HSL | 22.11º | 0.99% | 0.34% | - |
| HSV(B) | 22.11º | 0.99% | 0.67% | - |
| XYZ | 18.85 | 12.44 | 1.44 | - |
| YUV | 89.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 1 | 0 | 0.63 | 0.99 | 0.33 | 22.11 | 0.99 | 0.34 |
| Hex | AC | 40 | 1 | 0 | 3F | 63 | 21 | 16 | 63 | 22 |
| Octal | 254 | 100 | 1 | 0 | 77 | 143 | 41 | 26 | 143 | 42 |
| Binary | 10101100 | 1000000 | 1 | 0 | 111111 | 1100011 | 100001 | 10110 | 1100011 | 100010 |
Color Harmonies of #AC4001
Complementary color
Monochromatic Colors of #AC4001
Black with #AC4001
Text Example
Text Example
White with #AC4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4001; }
p { color: rgb(172,64,1); }
H1.HeaderClassName
{
color: #AC4001;
}
.AnyTagClassName
{
color: #AC4001;
}
</style>
background-color css
<style>
a { background-color: #AC4001; }
a { background-color: rgb(172,64,1); }
div.DivClassName
{
background-color: #AC4001;
}
.BgClassName
{
background-color: #AC4001;
}
</style>
border-color css
<style>
span { border-color: #AC4001; }
span { border-color: rgb(172,64,1); }
td.TdClassName
{
border-color: #AC4001;
}
.TagClassName
{
border-color: #AC4001;
}
</style>