Shades of Rust #AB3100
Tints of Rust #AB3100
RGB
CMYK
RGB Variations
Color information
#AB3100 (or 0xAB3100) is known color: Rust. HEX triplet: AB, 31 and 00. RGB value is (171,49,0). Sum of RGB (Red+Green+Blue) = 171+49+0=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3100 is #54CEFF. Grayscale: #505050. Windows color (decimal): -5558016 or 12715. OLE color: 12715.
HSL color Cylindrical-coordinate representation of color #AB3100: hue angle of 17.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB3100 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 49 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.33 |
| HSL | 17.19º | 1% | 0.34% | - |
| HSV(B) | 17.19º | 1% | 0.67% | - |
| XYZ | 17.89 | 10.85 | 1.15 | - |
| YUV | 79.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 0 | 0 | 0.71 | 1 | 0.33 | 17.19 | 1 | 0.34 |
| Hex | AB | 31 | 0 | 0 | 47 | 64 | 21 | 11 | 64 | 22 |
| Octal | 253 | 61 | 0 | 0 | 107 | 144 | 41 | 21 | 144 | 42 |
| Binary | 10101011 | 110001 | 0 | 0 | 1000111 | 1100100 | 100001 | 10001 | 1100100 | 100010 |
Color Harmonies of #AB3100
Complementary color
Monochromatic Colors of #AB3100
Black with #AB3100
Text Example
Text Example
White with #AB3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3100; }
p { color: rgb(171,49,0); }
H1.HeaderClassName
{
color: #AB3100;
}
.AnyTagClassName
{
color: #AB3100;
}
</style>
background-color css
<style>
a { background-color: #AB3100; }
a { background-color: rgb(171,49,0); }
div.DivClassName
{
background-color: #AB3100;
}
.BgClassName
{
background-color: #AB3100;
}
</style>
border-color css
<style>
span { border-color: #AB3100; }
span { border-color: rgb(171,49,0); }
td.TdClassName
{
border-color: #AB3100;
}
.TagClassName
{
border-color: #AB3100;
}
</style>