Shades of Rust #AC4603
Tints of Rust #AC4603
RGB
CMYK
RGB Variations
Color information
#AC4603 (or 0xAC4603) is known color: Rust. HEX triplet: AC, 46 and 03. RGB value is (172,70,3). Sum of RGB (Red+Green+Blue) = 172+70+3=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4603 is #53B9FC. Grayscale: #5D5D5D. Windows color (decimal): -5487101 or 214700. OLE color: 214700.
HSL color Cylindrical-coordinate representation of color #AC4603: hue angle of 23.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC4603 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.33 |
| HSL | 23.79º | 0.97% | 0.34% | - |
| HSV(B) | 23.79º | 0.98% | 0.67% | - |
| XYZ | 19.22 | 13.16 | 1.61 | - |
| YUV | 92.86 | 77.29 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 3 | 0 | 0.59 | 0.98 | 0.33 | 23.79 | 0.97 | 0.34 |
| Hex | AC | 46 | 3 | 0 | 3B | 62 | 21 | 18 | 61 | 22 |
| Octal | 254 | 106 | 3 | 0 | 73 | 142 | 41 | 30 | 141 | 42 |
| Binary | 10101100 | 1000110 | 11 | 0 | 111011 | 1100010 | 100001 | 11000 | 1100001 | 100010 |
Color Harmonies of #AC4603
Complementary color
Monochromatic Colors of #AC4603
Black with #AC4603
Text Example
Text Example
White with #AC4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4603; }
p { color: rgb(172,70,3); }
H1.HeaderClassName
{
color: #AC4603;
}
.AnyTagClassName
{
color: #AC4603;
}
</style>
background-color css
<style>
a { background-color: #AC4603; }
a { background-color: rgb(172,70,3); }
div.DivClassName
{
background-color: #AC4603;
}
.BgClassName
{
background-color: #AC4603;
}
</style>
border-color css
<style>
span { border-color: #AC4603; }
span { border-color: rgb(172,70,3); }
td.TdClassName
{
border-color: #AC4603;
}
.TagClassName
{
border-color: #AC4603;
}
</style>