Shades of Rust #AB4E0C
Tints of Rust #AB4E0C
RGB
CMYK
RGB Variations
Color information
#AB4E0C (or 0xAB4E0C) is known color: Rust. HEX triplet: AB, 4E and 0C. RGB value is (171,78,12). Sum of RGB (Red+Green+Blue) = 171+78+12=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4E0C is #54B1F3. Grayscale: #626262. Windows color (decimal): -5550580 or 806571. OLE color: 806571.
HSL color Cylindrical-coordinate representation of color #AB4E0C: hue angle of 24.91º 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 #AB4E0C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 12 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.33 |
| HSL | 24.91º | 0.87% | 0.36% | - |
| HSV(B) | 24.91º | 0.93% | 0.67% | - |
| XYZ | 19.59 | 14.13 | 2.04 | - |
| YUV | 98.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 12 | 0 | 0.54 | 0.93 | 0.33 | 24.91 | 0.87 | 0.36 |
| Hex | AB | 4E | C | 0 | 36 | 5D | 21 | 19 | 57 | 24 |
| Octal | 253 | 116 | 14 | 0 | 66 | 135 | 41 | 31 | 127 | 44 |
| Binary | 10101011 | 1001110 | 1100 | 0 | 110110 | 1011101 | 100001 | 11001 | 1010111 | 100100 |
Color Harmonies of #AB4E0C
Complementary color
Monochromatic Colors of #AB4E0C
Black with #AB4E0C
Text Example
Text Example
White with #AB4E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E0C; }
p { color: rgb(171,78,12); }
H1.HeaderClassName
{
color: #AB4E0C;
}
.AnyTagClassName
{
color: #AB4E0C;
}
</style>
background-color css
<style>
a { background-color: #AB4E0C; }
a { background-color: rgb(171,78,12); }
div.DivClassName
{
background-color: #AB4E0C;
}
.BgClassName
{
background-color: #AB4E0C;
}
</style>
border-color css
<style>
span { border-color: #AB4E0C; }
span { border-color: rgb(171,78,12); }
td.TdClassName
{
border-color: #AB4E0C;
}
.TagClassName
{
border-color: #AB4E0C;
}
</style>