Shades of Rust #AB3C0E
Tints of Rust #AB3C0E
RGB
CMYK
RGB Variations
Color information
#AB3C0E (or 0xAB3C0E) is known color: Rust. HEX triplet: AB, 3C and 0E. RGB value is (171,60,14). Sum of RGB (Red+Green+Blue) = 171+60+14=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C0E is #54C3F1. Grayscale: #585858. Windows color (decimal): -5555186 or 933035. OLE color: 933035.
HSL color Cylindrical-coordinate representation of color #AB3C0E: hue angle of 17.58º 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 #AB3C0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.33 |
| HSL | 17.58º | 0.85% | 0.36% | - |
| HSV(B) | 17.58º | 0.92% | 0.67% | - |
| XYZ | 18.49 | 11.92 | 1.74 | - |
| YUV | 87.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 14 | 0 | 0.65 | 0.92 | 0.33 | 17.58 | 0.85 | 0.36 |
| Hex | AB | 3C | E | 0 | 41 | 5C | 21 | 12 | 55 | 24 |
| Octal | 253 | 74 | 16 | 0 | 101 | 134 | 41 | 22 | 125 | 44 |
| Binary | 10101011 | 111100 | 1110 | 0 | 1000001 | 1011100 | 100001 | 10010 | 1010101 | 100100 |
Color Harmonies of #AB3C0E
Complementary color
Monochromatic Colors of #AB3C0E
Black with #AB3C0E
Text Example
Text Example
White with #AB3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C0E; }
p { color: rgb(171,60,14); }
H1.HeaderClassName
{
color: #AB3C0E;
}
.AnyTagClassName
{
color: #AB3C0E;
}
</style>
background-color css
<style>
a { background-color: #AB3C0E; }
a { background-color: rgb(171,60,14); }
div.DivClassName
{
background-color: #AB3C0E;
}
.BgClassName
{
background-color: #AB3C0E;
}
</style>
border-color css
<style>
span { border-color: #AB3C0E; }
span { border-color: rgb(171,60,14); }
td.TdClassName
{
border-color: #AB3C0E;
}
.TagClassName
{
border-color: #AB3C0E;
}
</style>