Shades of Rust #AC371D
Tints of Rust #AC371D
RGB
CMYK
RGB Variations
Color information
#AC371D (or 0xAC371D) is known color: Rust. HEX triplet: AC, 37 and 1D. RGB value is (172,55,29). Sum of RGB (Red+Green+Blue) = 172+55+29=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC371D is #53C8E2. Grayscale: #575757. Windows color (decimal): -5490915 or 1914796. OLE color: 1914796.
HSL color Cylindrical-coordinate representation of color #AC371D: hue angle of 10.91º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC371D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 29 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.33 |
| HSL | 10.91º | 0.71% | 0.39% | - |
| HSV(B) | 10.91º | 0.83% | 0.67% | - |
| XYZ | 18.6 | 11.59 | 2.42 | - |
| YUV | 87.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 29 | 0 | 0.68 | 0.83 | 0.33 | 10.91 | 0.71 | 0.39 |
| Hex | AC | 37 | 1D | 0 | 44 | 53 | 21 | B | 47 | 27 |
| Octal | 254 | 67 | 35 | 0 | 104 | 123 | 41 | 13 | 107 | 47 |
| Binary | 10101100 | 110111 | 11101 | 0 | 1000100 | 1010011 | 100001 | 1011 | 1000111 | 100111 |
Color Harmonies of #AC371D
Complementary color
Monochromatic Colors of #AC371D
Black with #AC371D
Text Example
Text Example
White with #AC371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC371D; }
p { color: rgb(172,55,29); }
H1.HeaderClassName
{
color: #AC371D;
}
.AnyTagClassName
{
color: #AC371D;
}
</style>
background-color css
<style>
a { background-color: #AC371D; }
a { background-color: rgb(172,55,29); }
div.DivClassName
{
background-color: #AC371D;
}
.BgClassName
{
background-color: #AC371D;
}
</style>
border-color css
<style>
span { border-color: #AC371D; }
span { border-color: rgb(172,55,29); }
td.TdClassName
{
border-color: #AC371D;
}
.TagClassName
{
border-color: #AC371D;
}
</style>