Shades of Rust #AC370E
Tints of Rust #AC370E
RGB
CMYK
RGB Variations
Color information
#AC370E (or 0xAC370E) is known color: Rust. HEX triplet: AC, 37 and 0E. RGB value is (172,55,14). Sum of RGB (Red+Green+Blue) = 172+55+14=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370E is #53C8F1. Grayscale: #555555. Windows color (decimal): -5490930 or 931756. OLE color: 931756.
HSL color Cylindrical-coordinate representation of color #AC370E: hue angle of 15.57º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC370E is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 14 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.33 |
| HSL | 15.57º | 0.85% | 0.36% | - |
| HSV(B) | 15.57º | 0.92% | 0.67% | - |
| XYZ | 18.46 | 11.53 | 1.67 | - |
| YUV | 85.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 14 | 0 | 0.68 | 0.92 | 0.33 | 15.57 | 0.85 | 0.36 |
| Hex | AC | 37 | E | 0 | 44 | 5C | 21 | 10 | 55 | 24 |
| Octal | 254 | 67 | 16 | 0 | 104 | 134 | 41 | 20 | 125 | 44 |
| Binary | 10101100 | 110111 | 1110 | 0 | 1000100 | 1011100 | 100001 | 10000 | 1010101 | 100100 |
Color Harmonies of #AC370E
Complementary color
Monochromatic Colors of #AC370E
Black with #AC370E
Text Example
Text Example
White with #AC370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC370E; }
p { color: rgb(172,55,14); }
H1.HeaderClassName
{
color: #AC370E;
}
.AnyTagClassName
{
color: #AC370E;
}
</style>
background-color css
<style>
a { background-color: #AC370E; }
a { background-color: rgb(172,55,14); }
div.DivClassName
{
background-color: #AC370E;
}
.BgClassName
{
background-color: #AC370E;
}
</style>
border-color css
<style>
span { border-color: #AC370E; }
span { border-color: rgb(172,55,14); }
td.TdClassName
{
border-color: #AC370E;
}
.TagClassName
{
border-color: #AC370E;
}
</style>