Shades of Rust #AB3E06
Tints of Rust #AB3E06
RGB
CMYK
RGB Variations
Color information
#AB3E06 (or 0xAB3E06) is known color: Rust. HEX triplet: AB, 3E and 06. RGB value is (171,62,6). Sum of RGB (Red+Green+Blue) = 171+62+6=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3E06 is #54C1F9. Grayscale: #585858. Windows color (decimal): -5554682 or 409259. OLE color: 409259.
HSL color Cylindrical-coordinate representation of color #AB3E06: hue angle of 20.36º 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 #AB3E06 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 6 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.33 |
| HSL | 20.36º | 0.93% | 0.35% | - |
| HSV(B) | 20.36º | 0.96% | 0.67% | - |
| XYZ | 18.55 | 12.12 | 1.53 | - |
| YUV | 88.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 6 | 0 | 0.64 | 0.96 | 0.33 | 20.36 | 0.93 | 0.35 |
| Hex | AB | 3E | 6 | 0 | 40 | 60 | 21 | 14 | 5D | 23 |
| Octal | 253 | 76 | 6 | 0 | 100 | 140 | 41 | 24 | 135 | 43 |
| Binary | 10101011 | 111110 | 110 | 0 | 1000000 | 1100000 | 100001 | 10100 | 1011101 | 100011 |
Color Harmonies of #AB3E06
Complementary color
Monochromatic Colors of #AB3E06
Black with #AB3E06
Text Example
Text Example
White with #AB3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E06; }
p { color: rgb(171,62,6); }
H1.HeaderClassName
{
color: #AB3E06;
}
.AnyTagClassName
{
color: #AB3E06;
}
</style>
background-color css
<style>
a { background-color: #AB3E06; }
a { background-color: rgb(171,62,6); }
div.DivClassName
{
background-color: #AB3E06;
}
.BgClassName
{
background-color: #AB3E06;
}
</style>
border-color css
<style>
span { border-color: #AB3E06; }
span { border-color: rgb(171,62,6); }
td.TdClassName
{
border-color: #AB3E06;
}
.TagClassName
{
border-color: #AB3E06;
}
</style>