Shades of Rust #AC2500
Tints of Rust #AC2500
RGB
CMYK
RGB Variations
Color information
#AC2500 (or 0xAC2500) is known color: Rust. HEX triplet: AC, 25 and 00. RGB value is (172,37,0). Sum of RGB (Red+Green+Blue) = 172+37+0=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2500 is #53DAFF. Grayscale: #494949. Windows color (decimal): -5495552 or 9644. OLE color: 9644.
HSL color Cylindrical-coordinate representation of color #AC2500: hue angle of 12.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC2500 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.33 |
| HSL | 12.91º | 1% | 0.34% | - |
| HSV(B) | 12.91º | 1% | 0.67% | - |
| XYZ | 17.67 | 10.09 | 1.02 | - |
| YUV | 73.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 0 | 0 | 0.78 | 1 | 0.33 | 12.91 | 1 | 0.34 |
| Hex | AC | 25 | 0 | 0 | 4E | 64 | 21 | D | 64 | 22 |
| Octal | 254 | 45 | 0 | 0 | 116 | 144 | 41 | 15 | 144 | 42 |
| Binary | 10101100 | 100101 | 0 | 0 | 1001110 | 1100100 | 100001 | 1101 | 1100100 | 100010 |
Color Harmonies of #AC2500
Complementary color
Monochromatic Colors of #AC2500
Black with #AC2500
Text Example
Text Example
White with #AC2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2500; }
p { color: rgb(172,37,0); }
H1.HeaderClassName
{
color: #AC2500;
}
.AnyTagClassName
{
color: #AC2500;
}
</style>
background-color css
<style>
a { background-color: #AC2500; }
a { background-color: rgb(172,37,0); }
div.DivClassName
{
background-color: #AC2500;
}
.BgClassName
{
background-color: #AC2500;
}
</style>
border-color css
<style>
span { border-color: #AC2500; }
span { border-color: rgb(172,37,0); }
td.TdClassName
{
border-color: #AC2500;
}
.TagClassName
{
border-color: #AC2500;
}
</style>