Shades of Rust #AC4203
Tints of Rust #AC4203
RGB
CMYK
RGB Variations
Color information
#AC4203 (or 0xAC4203) is known color: Rust. HEX triplet: AC, 42 and 03. RGB value is (172,66,3). Sum of RGB (Red+Green+Blue) = 172+66+3=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4203 is #53BDFC. Grayscale: #5A5A5A. Windows color (decimal): -5488125 or 213676. OLE color: 213676.
HSL color Cylindrical-coordinate representation of color #AC4203: hue angle of 22.37º 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 #AC4203 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.33 |
| HSL | 22.37º | 0.97% | 0.34% | - |
| HSV(B) | 22.37º | 0.98% | 0.67% | - |
| XYZ | 18.98 | 12.67 | 1.53 | - |
| YUV | 90.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 3 | 0 | 0.62 | 0.98 | 0.33 | 22.37 | 0.97 | 0.34 |
| Hex | AC | 42 | 3 | 0 | 3E | 62 | 21 | 16 | 61 | 22 |
| Octal | 254 | 102 | 3 | 0 | 76 | 142 | 41 | 26 | 141 | 42 |
| Binary | 10101100 | 1000010 | 11 | 0 | 111110 | 1100010 | 100001 | 10110 | 1100001 | 100010 |
Color Harmonies of #AC4203
Complementary color
Monochromatic Colors of #AC4203
Black with #AC4203
Text Example
Text Example
White with #AC4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4203; }
p { color: rgb(172,66,3); }
H1.HeaderClassName
{
color: #AC4203;
}
.AnyTagClassName
{
color: #AC4203;
}
</style>
background-color css
<style>
a { background-color: #AC4203; }
a { background-color: rgb(172,66,3); }
div.DivClassName
{
background-color: #AC4203;
}
.BgClassName
{
background-color: #AC4203;
}
</style>
border-color css
<style>
span { border-color: #AC4203; }
span { border-color: rgb(172,66,3); }
td.TdClassName
{
border-color: #AC4203;
}
.TagClassName
{
border-color: #AC4203;
}
</style>