Shades of Rust #AB2B06
Tints of Rust #AB2B06
RGB
CMYK
RGB Variations
Color information
#AB2B06 (or 0xAB2B06) is known color: Rust. HEX triplet: AB, 2B and 06. RGB value is (171,43,6). Sum of RGB (Red+Green+Blue) = 171+43+6=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B06 is #54D4F9. Grayscale: #4D4D4D. Windows color (decimal): -5559546 or 404395. OLE color: 404395.
HSL color Cylindrical-coordinate representation of color #AB2B06: hue angle of 13.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 #AB2B06 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.33 |
| HSL | 13.45º | 0.93% | 0.35% | - |
| HSV(B) | 13.45º | 0.96% | 0.67% | - |
| XYZ | 17.69 | 10.4 | 1.25 | - |
| YUV | 77.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 6 | 0 | 0.75 | 0.96 | 0.33 | 13.45 | 0.93 | 0.35 |
| Hex | AB | 2B | 6 | 0 | 4B | 60 | 21 | D | 5D | 23 |
| Octal | 253 | 53 | 6 | 0 | 113 | 140 | 41 | 15 | 135 | 43 |
| Binary | 10101011 | 101011 | 110 | 0 | 1001011 | 1100000 | 100001 | 1101 | 1011101 | 100011 |
Color Harmonies of #AB2B06
Complementary color
Monochromatic Colors of #AB2B06
Black with #AB2B06
Text Example
Text Example
White with #AB2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B06; }
p { color: rgb(171,43,6); }
H1.HeaderClassName
{
color: #AB2B06;
}
.AnyTagClassName
{
color: #AB2B06;
}
</style>
background-color css
<style>
a { background-color: #AB2B06; }
a { background-color: rgb(171,43,6); }
div.DivClassName
{
background-color: #AB2B06;
}
.BgClassName
{
background-color: #AB2B06;
}
</style>
border-color css
<style>
span { border-color: #AB2B06; }
span { border-color: rgb(171,43,6); }
td.TdClassName
{
border-color: #AB2B06;
}
.TagClassName
{
border-color: #AB2B06;
}
</style>