Shades of Rust #AB4C0E
Tints of Rust #AB4C0E
RGB
CMYK
RGB Variations
Color information
#AB4C0E (or 0xAB4C0E) is known color: Rust. HEX triplet: AB, 4C and 0E. RGB value is (171,76,14). Sum of RGB (Red+Green+Blue) = 171+76+14=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C0E is #54B3F1. Grayscale: #616161. Windows color (decimal): -5551090 or 937131. OLE color: 937131.
HSL color Cylindrical-coordinate representation of color #AB4C0E: hue angle of 23.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB4C0E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 14 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.33 |
| HSL | 23.69º | 0.85% | 0.36% | - |
| HSV(B) | 23.69º | 0.92% | 0.67% | - |
| XYZ | 19.46 | 13.86 | 2.06 | - |
| YUV | 97.34 | 80.97 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 14 | 0 | 0.56 | 0.92 | 0.33 | 23.69 | 0.85 | 0.36 |
| Hex | AB | 4C | E | 0 | 38 | 5C | 21 | 18 | 55 | 24 |
| Octal | 253 | 114 | 16 | 0 | 70 | 134 | 41 | 30 | 125 | 44 |
| Binary | 10101011 | 1001100 | 1110 | 0 | 111000 | 1011100 | 100001 | 11000 | 1010101 | 100100 |
Color Harmonies of #AB4C0E
Complementary color
Monochromatic Colors of #AB4C0E
Black with #AB4C0E
Text Example
Text Example
White with #AB4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C0E; }
p { color: rgb(171,76,14); }
H1.HeaderClassName
{
color: #AB4C0E;
}
.AnyTagClassName
{
color: #AB4C0E;
}
</style>
background-color css
<style>
a { background-color: #AB4C0E; }
a { background-color: rgb(171,76,14); }
div.DivClassName
{
background-color: #AB4C0E;
}
.BgClassName
{
background-color: #AB4C0E;
}
</style>
border-color css
<style>
span { border-color: #AB4C0E; }
span { border-color: rgb(171,76,14); }
td.TdClassName
{
border-color: #AB4C0E;
}
.TagClassName
{
border-color: #AB4C0E;
}
</style>