Shades of Rust #AC4504
Tints of Rust #AC4504
RGB
CMYK
RGB Variations
Color information
#AC4504 (or 0xAC4504) is known color: Rust. HEX triplet: AC, 45 and 04. RGB value is (172,69,4). Sum of RGB (Red+Green+Blue) = 172+69+4=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4504 is #53BAFB. Grayscale: #5C5C5C. Windows color (decimal): -5487356 or 279980. OLE color: 279980.
HSL color Cylindrical-coordinate representation of color #AC4504: hue angle of 23.21º 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 #AC4504 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.33 |
| HSL | 23.21º | 0.95% | 0.35% | - |
| HSV(B) | 23.21º | 0.98% | 0.67% | - |
| XYZ | 19.16 | 13.04 | 1.62 | - |
| YUV | 92.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 4 | 0 | 0.60 | 0.98 | 0.33 | 23.21 | 0.95 | 0.35 |
| Hex | AC | 45 | 4 | 0 | 3C | 62 | 21 | 17 | 5F | 23 |
| Octal | 254 | 105 | 4 | 0 | 74 | 142 | 41 | 27 | 137 | 43 |
| Binary | 10101100 | 1000101 | 100 | 0 | 111100 | 1100010 | 100001 | 10111 | 1011111 | 100011 |
Color Harmonies of #AC4504
Complementary color
Monochromatic Colors of #AC4504
Black with #AC4504
Text Example
Text Example
White with #AC4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4504; }
p { color: rgb(172,69,4); }
H1.HeaderClassName
{
color: #AC4504;
}
.AnyTagClassName
{
color: #AC4504;
}
</style>
background-color css
<style>
a { background-color: #AC4504; }
a { background-color: rgb(172,69,4); }
div.DivClassName
{
background-color: #AC4504;
}
.BgClassName
{
background-color: #AC4504;
}
</style>
border-color css
<style>
span { border-color: #AC4504; }
span { border-color: rgb(172,69,4); }
td.TdClassName
{
border-color: #AC4504;
}
.TagClassName
{
border-color: #AC4504;
}
</style>