Shades of Rust #AB3206
Tints of Rust #AB3206
RGB
CMYK
RGB Variations
Color information
#AB3206 (or 0xAB3206) is known color: Rust. HEX triplet: AB, 32 and 06. RGB value is (171,50,6). Sum of RGB (Red+Green+Blue) = 171+50+6=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3206 is #54CDF9. Grayscale: #515151. Windows color (decimal): -5557754 or 406187. OLE color: 406187.
HSL color Cylindrical-coordinate representation of color #AB3206: hue angle of 16º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB3206 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 6 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.33 |
| HSL | 16º | 0.93% | 0.35% | - |
| HSV(B) | 16º | 0.96% | 0.67% | - |
| XYZ | 17.97 | 10.95 | 1.34 | - |
| YUV | 81.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 6 | 0 | 0.71 | 0.96 | 0.33 | 16 | 0.93 | 0.35 |
| Hex | AB | 32 | 6 | 0 | 47 | 60 | 21 | 10 | 5D | 23 |
| Octal | 253 | 62 | 6 | 0 | 107 | 140 | 41 | 20 | 135 | 43 |
| Binary | 10101011 | 110010 | 110 | 0 | 1000111 | 1100000 | 100001 | 10000 | 1011101 | 100011 |
Color Harmonies of #AB3206
Complementary color
Monochromatic Colors of #AB3206
Black with #AB3206
Text Example
Text Example
White with #AB3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3206; }
p { color: rgb(171,50,6); }
H1.HeaderClassName
{
color: #AB3206;
}
.AnyTagClassName
{
color: #AB3206;
}
</style>
background-color css
<style>
a { background-color: #AB3206; }
a { background-color: rgb(171,50,6); }
div.DivClassName
{
background-color: #AB3206;
}
.BgClassName
{
background-color: #AB3206;
}
</style>
border-color css
<style>
span { border-color: #AB3206; }
span { border-color: rgb(171,50,6); }
td.TdClassName
{
border-color: #AB3206;
}
.TagClassName
{
border-color: #AB3206;
}
</style>