Shades of Rust #AC2504
Tints of Rust #AC2504
RGB
CMYK
RGB Variations
Color information
#AC2504 (or 0xAC2504) is known color: Rust. HEX triplet: AC, 25 and 04. RGB value is (172,37,4). Sum of RGB (Red+Green+Blue) = 172+37+4=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2504 is #53DAFB. Grayscale: #494949. Windows color (decimal): -5495548 or 271788. OLE color: 271788.
HSL color Cylindrical-coordinate representation of color #AC2504: hue angle of 11.79º 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 #AC2504 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.33 |
| HSL | 11.79º | 0.95% | 0.35% | - |
| HSV(B) | 11.79º | 0.98% | 0.67% | - |
| XYZ | 17.7 | 10.1 | 1.13 | - |
| YUV | 73.6 | 88.73 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 4 | 0 | 0.78 | 0.98 | 0.33 | 11.79 | 0.95 | 0.35 |
| Hex | AC | 25 | 4 | 0 | 4E | 62 | 21 | C | 5F | 23 |
| Octal | 254 | 45 | 4 | 0 | 116 | 142 | 41 | 14 | 137 | 43 |
| Binary | 10101100 | 100101 | 100 | 0 | 1001110 | 1100010 | 100001 | 1100 | 1011111 | 100011 |
Color Harmonies of #AC2504
Complementary color
Monochromatic Colors of #AC2504
Black with #AC2504
Text Example
Text Example
White with #AC2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2504; }
p { color: rgb(172,37,4); }
H1.HeaderClassName
{
color: #AC2504;
}
.AnyTagClassName
{
color: #AC2504;
}
</style>
background-color css
<style>
a { background-color: #AC2504; }
a { background-color: rgb(172,37,4); }
div.DivClassName
{
background-color: #AC2504;
}
.BgClassName
{
background-color: #AC2504;
}
</style>
border-color css
<style>
span { border-color: #AC2504; }
span { border-color: rgb(172,37,4); }
td.TdClassName
{
border-color: #AC2504;
}
.TagClassName
{
border-color: #AC2504;
}
</style>