Shades of Rust #AB510C
Tints of Rust #AB510C
RGB
CMYK
RGB Variations
Color information
#AB510C (or 0xAB510C) is known color: Rust. HEX triplet: AB, 51 and 0C. RGB value is (171,81,12). Sum of RGB (Red+Green+Blue) = 171+81+12=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB510C is #54AEF3. Grayscale: #646464. Windows color (decimal): -5549812 or 807339. OLE color: 807339.
HSL color Cylindrical-coordinate representation of color #AB510C: hue angle of 26.04º 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 #AB510C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.33 |
| HSL | 26.04º | 0.87% | 0.36% | - |
| HSV(B) | 26.04º | 0.93% | 0.67% | - |
| XYZ | 19.8 | 14.57 | 2.12 | - |
| YUV | 100.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 12 | 0 | 0.53 | 0.93 | 0.33 | 26.04 | 0.87 | 0.36 |
| Hex | AB | 51 | C | 0 | 35 | 5D | 21 | 1A | 57 | 24 |
| Octal | 253 | 121 | 14 | 0 | 65 | 135 | 41 | 32 | 127 | 44 |
| Binary | 10101011 | 1010001 | 1100 | 0 | 110101 | 1011101 | 100001 | 11010 | 1010111 | 100100 |
Color Harmonies of #AB510C
Complementary color
Monochromatic Colors of #AB510C
Black with #AB510C
Text Example
Text Example
White with #AB510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB510C; }
p { color: rgb(171,81,12); }
H1.HeaderClassName
{
color: #AB510C;
}
.AnyTagClassName
{
color: #AB510C;
}
</style>
background-color css
<style>
a { background-color: #AB510C; }
a { background-color: rgb(171,81,12); }
div.DivClassName
{
background-color: #AB510C;
}
.BgClassName
{
background-color: #AB510C;
}
</style>
border-color css
<style>
span { border-color: #AB510C; }
span { border-color: rgb(171,81,12); }
td.TdClassName
{
border-color: #AB510C;
}
.TagClassName
{
border-color: #AB510C;
}
</style>