Shades of Rust #AC4803
Tints of Rust #AC4803
RGB
CMYK
RGB Variations
Color information
#AC4803 (or 0xAC4803) is known color: Rust. HEX triplet: AC, 48 and 03. RGB value is (172,72,3). Sum of RGB (Red+Green+Blue) = 172+72+3=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4803 is #53B7FC. Grayscale: #5E5E5E. Windows color (decimal): -5486589 or 215212. OLE color: 215212.
HSL color Cylindrical-coordinate representation of color #AC4803: hue angle of 24.5º 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 #AC4803 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.33 |
| HSL | 24.5º | 0.97% | 0.34% | - |
| HSV(B) | 24.5º | 0.98% | 0.67% | - |
| XYZ | 19.35 | 13.41 | 1.66 | - |
| YUV | 94.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 3 | 0 | 0.58 | 0.98 | 0.33 | 24.5 | 0.97 | 0.34 |
| Hex | AC | 48 | 3 | 0 | 3A | 62 | 21 | 18 | 61 | 22 |
| Octal | 254 | 110 | 3 | 0 | 72 | 142 | 41 | 30 | 141 | 42 |
| Binary | 10101100 | 1001000 | 11 | 0 | 111010 | 1100010 | 100001 | 11000 | 1100001 | 100010 |
Color Harmonies of #AC4803
Complementary color
Monochromatic Colors of #AC4803
Black with #AC4803
Text Example
Text Example
White with #AC4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4803; }
p { color: rgb(172,72,3); }
H1.HeaderClassName
{
color: #AC4803;
}
.AnyTagClassName
{
color: #AC4803;
}
</style>
background-color css
<style>
a { background-color: #AC4803; }
a { background-color: rgb(172,72,3); }
div.DivClassName
{
background-color: #AC4803;
}
.BgClassName
{
background-color: #AC4803;
}
</style>
border-color css
<style>
span { border-color: #AC4803; }
span { border-color: rgb(172,72,3); }
td.TdClassName
{
border-color: #AC4803;
}
.TagClassName
{
border-color: #AC4803;
}
</style>