Shades of Rust #AC4C03
Tints of Rust #AC4C03
RGB
CMYK
RGB Variations
Color information
#AC4C03 (or 0xAC4C03) is known color: Rust. HEX triplet: AC, 4C and 03. RGB value is (172,76,3). Sum of RGB (Red+Green+Blue) = 172+76+3=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C03 is #53B3FC. Grayscale: #606060. Windows color (decimal): -5485565 or 216236. OLE color: 216236.
HSL color Cylindrical-coordinate representation of color #AC4C03: hue angle of 25.92º 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 #AC4C03 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.33 |
| HSL | 25.92º | 0.97% | 0.34% | - |
| HSV(B) | 25.92º | 0.98% | 0.67% | - |
| XYZ | 19.61 | 13.95 | 1.74 | - |
| YUV | 96.38 | 75.3 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 3 | 0 | 0.56 | 0.98 | 0.33 | 25.92 | 0.97 | 0.34 |
| Hex | AC | 4C | 3 | 0 | 38 | 62 | 21 | 1A | 61 | 22 |
| Octal | 254 | 114 | 3 | 0 | 70 | 142 | 41 | 32 | 141 | 42 |
| Binary | 10101100 | 1001100 | 11 | 0 | 111000 | 1100010 | 100001 | 11010 | 1100001 | 100010 |
Color Harmonies of #AC4C03
Complementary color
Monochromatic Colors of #AC4C03
Black with #AC4C03
Text Example
Text Example
White with #AC4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C03; }
p { color: rgb(172,76,3); }
H1.HeaderClassName
{
color: #AC4C03;
}
.AnyTagClassName
{
color: #AC4C03;
}
</style>
background-color css
<style>
a { background-color: #AC4C03; }
a { background-color: rgb(172,76,3); }
div.DivClassName
{
background-color: #AC4C03;
}
.BgClassName
{
background-color: #AC4C03;
}
</style>
border-color css
<style>
span { border-color: #AC4C03; }
span { border-color: rgb(172,76,3); }
td.TdClassName
{
border-color: #AC4C03;
}
.TagClassName
{
border-color: #AC4C03;
}
</style>