Shades of Rust #AB2F06
Tints of Rust #AB2F06
RGB
CMYK
RGB Variations
Color information
#AB2F06 (or 0xAB2F06) is known color: Rust. HEX triplet: AB, 2F and 06. RGB value is (171,47,6). Sum of RGB (Red+Green+Blue) = 171+47+6=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F06 is #54D0F9. Grayscale: #4F4F4F. Windows color (decimal): -5558522 or 405419. OLE color: 405419.
HSL color Cylindrical-coordinate representation of color #AB2F06: hue angle of 14.91º 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 #AB2F06 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 6 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.33 |
| HSL | 14.91º | 0.93% | 0.35% | - |
| HSV(B) | 14.91º | 0.96% | 0.67% | - |
| XYZ | 17.84 | 10.7 | 1.3 | - |
| YUV | 79.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 6 | 0 | 0.73 | 0.96 | 0.33 | 14.91 | 0.93 | 0.35 |
| Hex | AB | 2F | 6 | 0 | 49 | 60 | 21 | F | 5D | 23 |
| Octal | 253 | 57 | 6 | 0 | 111 | 140 | 41 | 17 | 135 | 43 |
| Binary | 10101011 | 101111 | 110 | 0 | 1001001 | 1100000 | 100001 | 1111 | 1011101 | 100011 |
Color Harmonies of #AB2F06
Complementary color
Monochromatic Colors of #AB2F06
Black with #AB2F06
Text Example
Text Example
White with #AB2F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F06; }
p { color: rgb(171,47,6); }
H1.HeaderClassName
{
color: #AB2F06;
}
.AnyTagClassName
{
color: #AB2F06;
}
</style>
background-color css
<style>
a { background-color: #AB2F06; }
a { background-color: rgb(171,47,6); }
div.DivClassName
{
background-color: #AB2F06;
}
.BgClassName
{
background-color: #AB2F06;
}
</style>
border-color css
<style>
span { border-color: #AB2F06; }
span { border-color: rgb(171,47,6); }
td.TdClassName
{
border-color: #AB2F06;
}
.TagClassName
{
border-color: #AB2F06;
}
</style>