Shades of Rust #AB3C11
Tints of Rust #AB3C11
RGB
CMYK
RGB Variations
Color information
#AB3C11 (or 0xAB3C11) is known color: Rust. HEX triplet: AB, 3C and 11. RGB value is (171,60,17). Sum of RGB (Red+Green+Blue) = 171+60+17=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C11 is #54C3EE. Grayscale: #585858. Windows color (decimal): -5555183 or 1129643. OLE color: 1129643.
HSL color Cylindrical-coordinate representation of color #AB3C11: hue angle of 16.75º 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 #AB3C11 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 17 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.33 |
| HSL | 16.75º | 0.82% | 0.37% | - |
| HSV(B) | 16.75º | 0.9% | 0.67% | - |
| XYZ | 18.51 | 11.93 | 1.86 | - |
| YUV | 88.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 17 | 0 | 0.65 | 0.90 | 0.33 | 16.75 | 0.82 | 0.37 |
| Hex | AB | 3C | 11 | 0 | 41 | 5A | 21 | 11 | 52 | 25 |
| Octal | 253 | 74 | 21 | 0 | 101 | 132 | 41 | 21 | 122 | 45 |
| Binary | 10101011 | 111100 | 10001 | 0 | 1000001 | 1011010 | 100001 | 10001 | 1010010 | 100101 |
Color Harmonies of #AB3C11
Complementary color
Monochromatic Colors of #AB3C11
Black with #AB3C11
Text Example
Text Example
White with #AB3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C11; }
p { color: rgb(171,60,17); }
H1.HeaderClassName
{
color: #AB3C11;
}
.AnyTagClassName
{
color: #AB3C11;
}
</style>
background-color css
<style>
a { background-color: #AB3C11; }
a { background-color: rgb(171,60,17); }
div.DivClassName
{
background-color: #AB3C11;
}
.BgClassName
{
background-color: #AB3C11;
}
</style>
border-color css
<style>
span { border-color: #AB3C11; }
span { border-color: rgb(171,60,17); }
td.TdClassName
{
border-color: #AB3C11;
}
.TagClassName
{
border-color: #AB3C11;
}
</style>