Shades of Rust #AC4903
Tints of Rust #AC4903
RGB
CMYK
RGB Variations
Color information
#AC4903 (or 0xAC4903) is known color: Rust. HEX triplet: AC, 49 and 03. RGB value is (172,73,3). Sum of RGB (Red+Green+Blue) = 172+73+3=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4903 is #53B6FC. Grayscale: #5F5F5F. Windows color (decimal): -5486333 or 215468. OLE color: 215468.
HSL color Cylindrical-coordinate representation of color #AC4903: hue angle of 24.85º 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 #AC4903 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.33 |
| HSL | 24.85º | 0.97% | 0.34% | - |
| HSV(B) | 24.85º | 0.98% | 0.67% | - |
| XYZ | 19.41 | 13.54 | 1.68 | - |
| YUV | 94.62 | 76.3 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 3 | 0 | 0.58 | 0.98 | 0.33 | 24.85 | 0.97 | 0.34 |
| Hex | AC | 49 | 3 | 0 | 3A | 62 | 21 | 19 | 61 | 22 |
| Octal | 254 | 111 | 3 | 0 | 72 | 142 | 41 | 31 | 141 | 42 |
| Binary | 10101100 | 1001001 | 11 | 0 | 111010 | 1100010 | 100001 | 11001 | 1100001 | 100010 |
Color Harmonies of #AC4903
Complementary color
Monochromatic Colors of #AC4903
Black with #AC4903
Text Example
Text Example
White with #AC4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4903; }
p { color: rgb(172,73,3); }
H1.HeaderClassName
{
color: #AC4903;
}
.AnyTagClassName
{
color: #AC4903;
}
</style>
background-color css
<style>
a { background-color: #AC4903; }
a { background-color: rgb(172,73,3); }
div.DivClassName
{
background-color: #AC4903;
}
.BgClassName
{
background-color: #AC4903;
}
</style>
border-color css
<style>
span { border-color: #AC4903; }
span { border-color: rgb(172,73,3); }
td.TdClassName
{
border-color: #AC4903;
}
.TagClassName
{
border-color: #AC4903;
}
</style>