Shades of Rust #AB2706
Tints of Rust #AB2706
RGB
CMYK
RGB Variations
Color information
#AB2706 (or 0xAB2706) is known color: Rust. HEX triplet: AB, 27 and 06. RGB value is (171,39,6). Sum of RGB (Red+Green+Blue) = 171+39+6=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2706 is #54D8F9. Grayscale: #4A4A4A. Windows color (decimal): -5560570 or 403371. OLE color: 403371.
HSL color Cylindrical-coordinate representation of color #AB2706: hue angle of 12º 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 #AB2706 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 6 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.33 |
| HSL | 12º | 0.93% | 0.35% | - |
| HSV(B) | 12º | 0.96% | 0.67% | - |
| XYZ | 17.55 | 10.12 | 1.2 | - |
| YUV | 74.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 6 | 0 | 0.77 | 0.96 | 0.33 | 12 | 0.93 | 0.35 |
| Hex | AB | 27 | 6 | 0 | 4D | 60 | 21 | C | 5D | 23 |
| Octal | 253 | 47 | 6 | 0 | 115 | 140 | 41 | 14 | 135 | 43 |
| Binary | 10101011 | 100111 | 110 | 0 | 1001101 | 1100000 | 100001 | 1100 | 1011101 | 100011 |
Color Harmonies of #AB2706
Complementary color
Monochromatic Colors of #AB2706
Black with #AB2706
Text Example
Text Example
White with #AB2706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2706; }
p { color: rgb(171,39,6); }
H1.HeaderClassName
{
color: #AB2706;
}
.AnyTagClassName
{
color: #AB2706;
}
</style>
background-color css
<style>
a { background-color: #AB2706; }
a { background-color: rgb(171,39,6); }
div.DivClassName
{
background-color: #AB2706;
}
.BgClassName
{
background-color: #AB2706;
}
</style>
border-color css
<style>
span { border-color: #AB2706; }
span { border-color: rgb(171,39,6); }
td.TdClassName
{
border-color: #AB2706;
}
.TagClassName
{
border-color: #AB2706;
}
</style>