Shades of Rust #AC4301
Tints of Rust #AC4301
RGB
CMYK
RGB Variations
Color information
#AC4301 (or 0xAC4301) is known color: Rust. HEX triplet: AC, 43 and 01. RGB value is (172,67,1). Sum of RGB (Red+Green+Blue) = 172+67+1=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4301 is #53BCFE. Grayscale: #5B5B5B. Windows color (decimal): -5487871 or 82860. OLE color: 82860.
HSL color Cylindrical-coordinate representation of color #AC4301: hue angle of 23.16º 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 #AC4301 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.33 |
| HSL | 23.16º | 0.99% | 0.34% | - |
| HSV(B) | 23.16º | 0.99% | 0.67% | - |
| XYZ | 19.03 | 12.79 | 1.49 | - |
| YUV | 90.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 1 | 0 | 0.61 | 0.99 | 0.33 | 23.16 | 0.99 | 0.34 |
| Hex | AC | 43 | 1 | 0 | 3D | 63 | 21 | 17 | 63 | 22 |
| Octal | 254 | 103 | 1 | 0 | 75 | 143 | 41 | 27 | 143 | 42 |
| Binary | 10101100 | 1000011 | 1 | 0 | 111101 | 1100011 | 100001 | 10111 | 1100011 | 100010 |
Color Harmonies of #AC4301
Complementary color
Monochromatic Colors of #AC4301
Black with #AC4301
Text Example
Text Example
White with #AC4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4301; }
p { color: rgb(172,67,1); }
H1.HeaderClassName
{
color: #AC4301;
}
.AnyTagClassName
{
color: #AC4301;
}
</style>
background-color css
<style>
a { background-color: #AC4301; }
a { background-color: rgb(172,67,1); }
div.DivClassName
{
background-color: #AC4301;
}
.BgClassName
{
background-color: #AC4301;
}
</style>
border-color css
<style>
span { border-color: #AC4301; }
span { border-color: rgb(172,67,1); }
td.TdClassName
{
border-color: #AC4301;
}
.TagClassName
{
border-color: #AC4301;
}
</style>