Shades of Rust #AC4101
Tints of Rust #AC4101
RGB
CMYK
RGB Variations
Color information
#AC4101 (or 0xAC4101) is known color: Rust. HEX triplet: AC, 41 and 01. RGB value is (172,65,1). Sum of RGB (Red+Green+Blue) = 172+65+1=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4101 is #53BEFE. Grayscale: #5A5A5A. Windows color (decimal): -5488383 or 82348. OLE color: 82348.
HSL color Cylindrical-coordinate representation of color #AC4101: hue angle of 22.46º 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 #AC4101 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.33 |
| HSL | 22.46º | 0.99% | 0.34% | - |
| HSV(B) | 22.46º | 0.99% | 0.67% | - |
| XYZ | 18.91 | 12.55 | 1.46 | - |
| YUV | 89.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 1 | 0 | 0.62 | 0.99 | 0.33 | 22.46 | 0.99 | 0.34 |
| Hex | AC | 41 | 1 | 0 | 3E | 63 | 21 | 16 | 63 | 22 |
| Octal | 254 | 101 | 1 | 0 | 76 | 143 | 41 | 26 | 143 | 42 |
| Binary | 10101100 | 1000001 | 1 | 0 | 111110 | 1100011 | 100001 | 10110 | 1100011 | 100010 |
Color Harmonies of #AC4101
Complementary color
Monochromatic Colors of #AC4101
Black with #AC4101
Text Example
Text Example
White with #AC4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4101; }
p { color: rgb(172,65,1); }
H1.HeaderClassName
{
color: #AC4101;
}
.AnyTagClassName
{
color: #AC4101;
}
</style>
background-color css
<style>
a { background-color: #AC4101; }
a { background-color: rgb(172,65,1); }
div.DivClassName
{
background-color: #AC4101;
}
.BgClassName
{
background-color: #AC4101;
}
</style>
border-color css
<style>
span { border-color: #AC4101; }
span { border-color: rgb(172,65,1); }
td.TdClassName
{
border-color: #AC4101;
}
.TagClassName
{
border-color: #AC4101;
}
</style>