Shades of Rust #AC370D
Tints of Rust #AC370D
RGB
CMYK
RGB Variations
Color information
#AC370D (or 0xAC370D) is known color: Rust. HEX triplet: AC, 37 and 0D. RGB value is (172,55,13). Sum of RGB (Red+Green+Blue) = 172+55+13=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370D is #53C8F2. Grayscale: #555555. Windows color (decimal): -5490931 or 866220. OLE color: 866220.
HSL color Cylindrical-coordinate representation of color #AC370D: hue angle of 15.85º degrees, saturation: 0.86, 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 #AC370D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 13 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.33 |
| HSL | 15.85º | 0.86% | 0.36% | - |
| HSV(B) | 15.85º | 0.92% | 0.67% | - |
| XYZ | 18.45 | 11.53 | 1.63 | - |
| YUV | 85.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 13 | 0 | 0.68 | 0.92 | 0.33 | 15.85 | 0.86 | 0.36 |
| Hex | AC | 37 | D | 0 | 44 | 5C | 21 | 10 | 56 | 24 |
| Octal | 254 | 67 | 15 | 0 | 104 | 134 | 41 | 20 | 126 | 44 |
| Binary | 10101100 | 110111 | 1101 | 0 | 1000100 | 1011100 | 100001 | 10000 | 1010110 | 100100 |
Color Harmonies of #AC370D
Complementary color
Monochromatic Colors of #AC370D
Black with #AC370D
Text Example
Text Example
White with #AC370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC370D; }
p { color: rgb(172,55,13); }
H1.HeaderClassName
{
color: #AC370D;
}
.AnyTagClassName
{
color: #AC370D;
}
</style>
background-color css
<style>
a { background-color: #AC370D; }
a { background-color: rgb(172,55,13); }
div.DivClassName
{
background-color: #AC370D;
}
.BgClassName
{
background-color: #AC370D;
}
</style>
border-color css
<style>
span { border-color: #AC370D; }
span { border-color: rgb(172,55,13); }
td.TdClassName
{
border-color: #AC370D;
}
.TagClassName
{
border-color: #AC370D;
}
</style>