Shades of Rust #AC2400
Tints of Rust #AC2400
RGB
CMYK
RGB Variations
Color information
#AC2400 (or 0xAC2400) is known color: Rust. HEX triplet: AC, 24 and 00. RGB value is (172,36,0). Sum of RGB (Red+Green+Blue) = 172+36+0=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2400 is #53DBFF. Grayscale: #484848. Windows color (decimal): -5495808 or 9388. OLE color: 9388.
HSL color Cylindrical-coordinate representation of color #AC2400: hue angle of 12.56º 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 #AC2400 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.33 |
| HSL | 12.56º | 1% | 0.34% | - |
| HSV(B) | 12.56º | 1% | 0.67% | - |
| XYZ | 17.64 | 10.03 | 1.01 | - |
| YUV | 72.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 0 | 0 | 0.79 | 1 | 0.33 | 12.56 | 1 | 0.34 |
| Hex | AC | 24 | 0 | 0 | 4F | 64 | 21 | D | 64 | 22 |
| Octal | 254 | 44 | 0 | 0 | 117 | 144 | 41 | 15 | 144 | 42 |
| Binary | 10101100 | 100100 | 0 | 0 | 1001111 | 1100100 | 100001 | 1101 | 1100100 | 100010 |
Color Harmonies of #AC2400
Complementary color
Monochromatic Colors of #AC2400
Black with #AC2400
Text Example
Text Example
White with #AC2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2400; }
p { color: rgb(172,36,0); }
H1.HeaderClassName
{
color: #AC2400;
}
.AnyTagClassName
{
color: #AC2400;
}
</style>
background-color css
<style>
a { background-color: #AC2400; }
a { background-color: rgb(172,36,0); }
div.DivClassName
{
background-color: #AC2400;
}
.BgClassName
{
background-color: #AC2400;
}
</style>
border-color css
<style>
span { border-color: #AC2400; }
span { border-color: rgb(172,36,0); }
td.TdClassName
{
border-color: #AC2400;
}
.TagClassName
{
border-color: #AC2400;
}
</style>