Shades of Rust #AC3E1A
Tints of Rust #AC3E1A
RGB
CMYK
RGB Variations
Color information
#AC3E1A (or 0xAC3E1A) is known color: Rust. HEX triplet: AC, 3E and 1A. RGB value is (172,62,26). Sum of RGB (Red+Green+Blue) = 172+62+26=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E1A is #53C1E5. Grayscale: #5B5B5B. Windows color (decimal): -5489126 or 1719980. OLE color: 1719980.
HSL color Cylindrical-coordinate representation of color #AC3E1A: hue angle of 14.79º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC3E1A is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 26 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.33 |
| HSL | 14.79º | 0.74% | 0.39% | - |
| HSV(B) | 14.79º | 0.85% | 0.67% | - |
| XYZ | 18.92 | 12.29 | 2.35 | - |
| YUV | 90.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 26 | 0 | 0.64 | 0.85 | 0.33 | 14.79 | 0.74 | 0.39 |
| Hex | AC | 3E | 1A | 0 | 40 | 55 | 21 | F | 4A | 27 |
| Octal | 254 | 76 | 32 | 0 | 100 | 125 | 41 | 17 | 112 | 47 |
| Binary | 10101100 | 111110 | 11010 | 0 | 1000000 | 1010101 | 100001 | 1111 | 1001010 | 100111 |
Color Harmonies of #AC3E1A
Complementary color
Monochromatic Colors of #AC3E1A
Black with #AC3E1A
Text Example
Text Example
White with #AC3E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E1A; }
p { color: rgb(172,62,26); }
H1.HeaderClassName
{
color: #AC3E1A;
}
.AnyTagClassName
{
color: #AC3E1A;
}
</style>
background-color css
<style>
a { background-color: #AC3E1A; }
a { background-color: rgb(172,62,26); }
div.DivClassName
{
background-color: #AC3E1A;
}
.BgClassName
{
background-color: #AC3E1A;
}
</style>
border-color css
<style>
span { border-color: #AC3E1A; }
span { border-color: rgb(172,62,26); }
td.TdClassName
{
border-color: #AC3E1A;
}
.TagClassName
{
border-color: #AC3E1A;
}
</style>