Shades of Rust #AC4804
Tints of Rust #AC4804
RGB
CMYK
RGB Variations
Color information
#AC4804 (or 0xAC4804) is known color: Rust. HEX triplet: AC, 48 and 04. RGB value is (172,72,4). Sum of RGB (Red+Green+Blue) = 172+72+4=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4804 is #53B7FB. Grayscale: #5E5E5E. Windows color (decimal): -5486588 or 280748. OLE color: 280748.
HSL color Cylindrical-coordinate representation of color #AC4804: hue angle of 24.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC4804 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.33 |
| HSL | 24.29º | 0.95% | 0.35% | - |
| HSV(B) | 24.29º | 0.98% | 0.67% | - |
| XYZ | 19.35 | 13.41 | 1.68 | - |
| YUV | 94.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 4 | 0 | 0.58 | 0.98 | 0.33 | 24.29 | 0.95 | 0.35 |
| Hex | AC | 48 | 4 | 0 | 3A | 62 | 21 | 18 | 5F | 23 |
| Octal | 254 | 110 | 4 | 0 | 72 | 142 | 41 | 30 | 137 | 43 |
| Binary | 10101100 | 1001000 | 100 | 0 | 111010 | 1100010 | 100001 | 11000 | 1011111 | 100011 |
Color Harmonies of #AC4804
Complementary color
Monochromatic Colors of #AC4804
Black with #AC4804
Text Example
Text Example
White with #AC4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4804; }
p { color: rgb(172,72,4); }
H1.HeaderClassName
{
color: #AC4804;
}
.AnyTagClassName
{
color: #AC4804;
}
</style>
background-color css
<style>
a { background-color: #AC4804; }
a { background-color: rgb(172,72,4); }
div.DivClassName
{
background-color: #AC4804;
}
.BgClassName
{
background-color: #AC4804;
}
</style>
border-color css
<style>
span { border-color: #AC4804; }
span { border-color: rgb(172,72,4); }
td.TdClassName
{
border-color: #AC4804;
}
.TagClassName
{
border-color: #AC4804;
}
</style>