Shades of Rust #AC3C03
Tints of Rust #AC3C03
RGB
CMYK
RGB Variations
Color information
#AC3C03 (or 0xAC3C03) is known color: Rust. HEX triplet: AC, 3C and 03. RGB value is (172,60,3). Sum of RGB (Red+Green+Blue) = 172+60+3=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C03 is #53C3FC. Grayscale: #575757. Windows color (decimal): -5489661 or 212140. OLE color: 212140.
HSL color Cylindrical-coordinate representation of color #AC3C03: hue angle of 20.24º 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 #AC3C03 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.33 |
| HSL | 20.24º | 0.97% | 0.34% | - |
| HSV(B) | 20.24º | 0.98% | 0.67% | - |
| XYZ | 18.65 | 12.01 | 1.42 | - |
| YUV | 86.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 3 | 0 | 0.65 | 0.98 | 0.33 | 20.24 | 0.97 | 0.34 |
| Hex | AC | 3C | 3 | 0 | 41 | 62 | 21 | 14 | 61 | 22 |
| Octal | 254 | 74 | 3 | 0 | 101 | 142 | 41 | 24 | 141 | 42 |
| Binary | 10101100 | 111100 | 11 | 0 | 1000001 | 1100010 | 100001 | 10100 | 1100001 | 100010 |
Color Harmonies of #AC3C03
Complementary color
Monochromatic Colors of #AC3C03
Black with #AC3C03
Text Example
Text Example
White with #AC3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C03; }
p { color: rgb(172,60,3); }
H1.HeaderClassName
{
color: #AC3C03;
}
.AnyTagClassName
{
color: #AC3C03;
}
</style>
background-color css
<style>
a { background-color: #AC3C03; }
a { background-color: rgb(172,60,3); }
div.DivClassName
{
background-color: #AC3C03;
}
.BgClassName
{
background-color: #AC3C03;
}
</style>
border-color css
<style>
span { border-color: #AC3C03; }
span { border-color: rgb(172,60,3); }
td.TdClassName
{
border-color: #AC3C03;
}
.TagClassName
{
border-color: #AC3C03;
}
</style>