Shades of Rust #AB3611
Tints of Rust #AB3611
RGB
CMYK
RGB Variations
Color information
#AB3611 (or 0xAB3611) is known color: Rust. HEX triplet: AB, 36 and 11. RGB value is (171,54,17). Sum of RGB (Red+Green+Blue) = 171+54+17=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3611 is #54C9EE. Grayscale: #555555. Windows color (decimal): -5556719 or 1128107. OLE color: 1128107.
HSL color Cylindrical-coordinate representation of color #AB3611: hue angle of 14.42º 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 #AB3611 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 17 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.33 |
| HSL | 14.42º | 0.82% | 0.37% | - |
| HSV(B) | 14.42º | 0.9% | 0.67% | - |
| XYZ | 18.21 | 11.34 | 1.76 | - |
| YUV | 84.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 17 | 0 | 0.68 | 0.90 | 0.33 | 14.42 | 0.82 | 0.37 |
| Hex | AB | 36 | 11 | 0 | 44 | 5A | 21 | E | 52 | 25 |
| Octal | 253 | 66 | 21 | 0 | 104 | 132 | 41 | 16 | 122 | 45 |
| Binary | 10101011 | 110110 | 10001 | 0 | 1000100 | 1011010 | 100001 | 1110 | 1010010 | 100101 |
Color Harmonies of #AB3611
Complementary color
Monochromatic Colors of #AB3611
Black with #AB3611
Text Example
Text Example
White with #AB3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3611; }
p { color: rgb(171,54,17); }
H1.HeaderClassName
{
color: #AB3611;
}
.AnyTagClassName
{
color: #AB3611;
}
</style>
background-color css
<style>
a { background-color: #AB3611; }
a { background-color: rgb(171,54,17); }
div.DivClassName
{
background-color: #AB3611;
}
.BgClassName
{
background-color: #AB3611;
}
</style>
border-color css
<style>
span { border-color: #AB3611; }
span { border-color: rgb(171,54,17); }
td.TdClassName
{
border-color: #AB3611;
}
.TagClassName
{
border-color: #AB3611;
}
</style>