Shades of Rust #AB2A06
Tints of Rust #AB2A06
RGB
CMYK
RGB Variations
Color information
#AB2A06 (or 0xAB2A06) is known color: Rust. HEX triplet: AB, 2A and 06. RGB value is (171,42,6). Sum of RGB (Red+Green+Blue) = 171+42+6=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2A06 is #54D5F9. Grayscale: #4C4C4C. Windows color (decimal): -5559802 or 404139. OLE color: 404139.
HSL color Cylindrical-coordinate representation of color #AB2A06: hue angle of 13.09º 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 #AB2A06 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 6 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.33 |
| HSL | 13.09º | 0.93% | 0.35% | - |
| HSV(B) | 13.09º | 0.96% | 0.67% | - |
| XYZ | 17.66 | 10.33 | 1.24 | - |
| YUV | 76.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 6 | 0 | 0.75 | 0.96 | 0.33 | 13.09 | 0.93 | 0.35 |
| Hex | AB | 2A | 6 | 0 | 4B | 60 | 21 | D | 5D | 23 |
| Octal | 253 | 52 | 6 | 0 | 113 | 140 | 41 | 15 | 135 | 43 |
| Binary | 10101011 | 101010 | 110 | 0 | 1001011 | 1100000 | 100001 | 1101 | 1011101 | 100011 |
Color Harmonies of #AB2A06
Complementary color
Monochromatic Colors of #AB2A06
Black with #AB2A06
Text Example
Text Example
White with #AB2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A06; }
p { color: rgb(171,42,6); }
H1.HeaderClassName
{
color: #AB2A06;
}
.AnyTagClassName
{
color: #AB2A06;
}
</style>
background-color css
<style>
a { background-color: #AB2A06; }
a { background-color: rgb(171,42,6); }
div.DivClassName
{
background-color: #AB2A06;
}
.BgClassName
{
background-color: #AB2A06;
}
</style>
border-color css
<style>
span { border-color: #AB2A06; }
span { border-color: rgb(171,42,6); }
td.TdClassName
{
border-color: #AB2A06;
}
.TagClassName
{
border-color: #AB2A06;
}
</style>