Shades of Rust #AC3E1B
Tints of Rust #AC3E1B
RGB
CMYK
RGB Variations
Color information
#AC3E1B (or 0xAC3E1B) is known color: Rust. HEX triplet: AC, 3E and 1B. RGB value is (172,62,27). Sum of RGB (Red+Green+Blue) = 172+62+27=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E1B is #53C1E4. Grayscale: #5B5B5B. Windows color (decimal): -5489125 or 1785516. OLE color: 1785516.
HSL color Cylindrical-coordinate representation of color #AC3E1B: hue angle of 14.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC3E1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 27 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.33 |
| HSL | 14.48º | 0.73% | 0.39% | - |
| HSV(B) | 14.48º | 0.84% | 0.67% | - |
| XYZ | 18.93 | 12.3 | 2.41 | - |
| YUV | 90.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 27 | 0 | 0.64 | 0.84 | 0.33 | 14.48 | 0.73 | 0.39 |
| Hex | AC | 3E | 1B | 0 | 40 | 54 | 21 | E | 49 | 27 |
| Octal | 254 | 76 | 33 | 0 | 100 | 124 | 41 | 16 | 111 | 47 |
| Binary | 10101100 | 111110 | 11011 | 0 | 1000000 | 1010100 | 100001 | 1110 | 1001001 | 100111 |
Color Harmonies of #AC3E1B
Complementary color
Monochromatic Colors of #AC3E1B
Black with #AC3E1B
Text Example
Text Example
White with #AC3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E1B; }
p { color: rgb(172,62,27); }
H1.HeaderClassName
{
color: #AC3E1B;
}
.AnyTagClassName
{
color: #AC3E1B;
}
</style>
background-color css
<style>
a { background-color: #AC3E1B; }
a { background-color: rgb(172,62,27); }
div.DivClassName
{
background-color: #AC3E1B;
}
.BgClassName
{
background-color: #AC3E1B;
}
</style>
border-color css
<style>
span { border-color: #AC3E1B; }
span { border-color: rgb(172,62,27); }
td.TdClassName
{
border-color: #AC3E1B;
}
.TagClassName
{
border-color: #AC3E1B;
}
</style>