Shades of Rust #AB4106
Tints of Rust #AB4106
RGB
CMYK
RGB Variations
Color information
#AB4106 (or 0xAB4106) is known color: Rust. HEX triplet: AB, 41 and 06. RGB value is (171,65,6). Sum of RGB (Red+Green+Blue) = 171+65+6=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4106 is #54BEF9. Grayscale: #5A5A5A. Windows color (decimal): -5553914 or 410027. OLE color: 410027.
HSL color Cylindrical-coordinate representation of color #AB4106: hue angle of 21.45º 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 #AB4106 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 6 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.33 |
| HSL | 21.45º | 0.93% | 0.35% | - |
| HSV(B) | 21.45º | 0.96% | 0.67% | - |
| XYZ | 18.72 | 12.45 | 1.59 | - |
| YUV | 89.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 6 | 0 | 0.62 | 0.96 | 0.33 | 21.45 | 0.93 | 0.35 |
| Hex | AB | 41 | 6 | 0 | 3E | 60 | 21 | 15 | 5D | 23 |
| Octal | 253 | 101 | 6 | 0 | 76 | 140 | 41 | 25 | 135 | 43 |
| Binary | 10101011 | 1000001 | 110 | 0 | 111110 | 1100000 | 100001 | 10101 | 1011101 | 100011 |
Color Harmonies of #AB4106
Complementary color
Monochromatic Colors of #AB4106
Black with #AB4106
Text Example
Text Example
White with #AB4106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4106; }
p { color: rgb(171,65,6); }
H1.HeaderClassName
{
color: #AB4106;
}
.AnyTagClassName
{
color: #AB4106;
}
</style>
background-color css
<style>
a { background-color: #AB4106; }
a { background-color: rgb(171,65,6); }
div.DivClassName
{
background-color: #AB4106;
}
.BgClassName
{
background-color: #AB4106;
}
</style>
border-color css
<style>
span { border-color: #AB4106; }
span { border-color: rgb(171,65,6); }
td.TdClassName
{
border-color: #AB4106;
}
.TagClassName
{
border-color: #AB4106;
}
</style>