Shades of Rust #AB2E0C
Tints of Rust #AB2E0C
RGB
CMYK
RGB Variations
Color information
#AB2E0C (or 0xAB2E0C) is known color: Rust. HEX triplet: AB, 2E and 0C. RGB value is (171,46,12). Sum of RGB (Red+Green+Blue) = 171+46+12=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E0C is #54D1F3. Grayscale: #4F4F4F. Windows color (decimal): -5558772 or 798379. OLE color: 798379.
HSL color Cylindrical-coordinate representation of color #AB2E0C: hue angle of 12.83º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB2E0C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.33 |
| HSL | 12.83º | 0.87% | 0.36% | - |
| HSV(B) | 12.83º | 0.93% | 0.67% | - |
| XYZ | 17.84 | 10.64 | 1.46 | - |
| YUV | 79.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 12 | 0 | 0.73 | 0.93 | 0.33 | 12.83 | 0.87 | 0.36 |
| Hex | AB | 2E | C | 0 | 49 | 5D | 21 | D | 57 | 24 |
| Octal | 253 | 56 | 14 | 0 | 111 | 135 | 41 | 15 | 127 | 44 |
| Binary | 10101011 | 101110 | 1100 | 0 | 1001001 | 1011101 | 100001 | 1101 | 1010111 | 100100 |
Color Harmonies of #AB2E0C
Complementary color
Monochromatic Colors of #AB2E0C
Black with #AB2E0C
Text Example
Text Example
White with #AB2E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E0C; }
p { color: rgb(171,46,12); }
H1.HeaderClassName
{
color: #AB2E0C;
}
.AnyTagClassName
{
color: #AB2E0C;
}
</style>
background-color css
<style>
a { background-color: #AB2E0C; }
a { background-color: rgb(171,46,12); }
div.DivClassName
{
background-color: #AB2E0C;
}
.BgClassName
{
background-color: #AB2E0C;
}
</style>
border-color css
<style>
span { border-color: #AB2E0C; }
span { border-color: rgb(171,46,12); }
td.TdClassName
{
border-color: #AB2E0C;
}
.TagClassName
{
border-color: #AB2E0C;
}
</style>