Shades of Rust #AB3011
Tints of Rust #AB3011
RGB
CMYK
RGB Variations
Color information
#AB3011 (or 0xAB3011) is known color: Rust. HEX triplet: AB, 30 and 11. RGB value is (171,48,17). Sum of RGB (Red+Green+Blue) = 171+48+17=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3011 is #54CFEE. Grayscale: #515151. Windows color (decimal): -5558255 or 1126571. OLE color: 1126571.
HSL color Cylindrical-coordinate representation of color #AB3011: hue angle of 12.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB3011 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 17 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.33 |
| HSL | 12.08º | 0.82% | 0.37% | - |
| HSV(B) | 12.08º | 0.9% | 0.67% | - |
| XYZ | 17.95 | 10.81 | 1.67 | - |
| YUV | 81.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 17 | 0 | 0.72 | 0.90 | 0.33 | 12.08 | 0.82 | 0.37 |
| Hex | AB | 30 | 11 | 0 | 48 | 5A | 21 | C | 52 | 25 |
| Octal | 253 | 60 | 21 | 0 | 110 | 132 | 41 | 14 | 122 | 45 |
| Binary | 10101011 | 110000 | 10001 | 0 | 1001000 | 1011010 | 100001 | 1100 | 1010010 | 100101 |
Color Harmonies of #AB3011
Complementary color
Monochromatic Colors of #AB3011
Black with #AB3011
Text Example
Text Example
White with #AB3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3011; }
p { color: rgb(171,48,17); }
H1.HeaderClassName
{
color: #AB3011;
}
.AnyTagClassName
{
color: #AB3011;
}
</style>
background-color css
<style>
a { background-color: #AB3011; }
a { background-color: rgb(171,48,17); }
div.DivClassName
{
background-color: #AB3011;
}
.BgClassName
{
background-color: #AB3011;
}
</style>
border-color css
<style>
span { border-color: #AB3011; }
span { border-color: rgb(171,48,17); }
td.TdClassName
{
border-color: #AB3011;
}
.TagClassName
{
border-color: #AB3011;
}
</style>