Shades of Rust #AB2C07
Tints of Rust #AB2C07
RGB
CMYK
RGB Variations
Color information
#AB2C07 (or 0xAB2C07) is known color: Rust. HEX triplet: AB, 2C and 07. RGB value is (171,44,7). Sum of RGB (Red+Green+Blue) = 171+44+7=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C07 is #54D3F8. Grayscale: #4E4E4E. Windows color (decimal): -5559289 or 470187. OLE color: 470187.
HSL color Cylindrical-coordinate representation of color #AB2C07: hue angle of 13.54º degrees, saturation: 0.92, 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 #AB2C07 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.33 |
| HSL | 13.54º | 0.92% | 0.35% | - |
| HSV(B) | 13.54º | 0.96% | 0.67% | - |
| XYZ | 17.73 | 10.47 | 1.29 | - |
| YUV | 77.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 7 | 0 | 0.74 | 0.96 | 0.33 | 13.54 | 0.92 | 0.35 |
| Hex | AB | 2C | 7 | 0 | 4A | 60 | 21 | E | 5C | 23 |
| Octal | 253 | 54 | 7 | 0 | 112 | 140 | 41 | 16 | 134 | 43 |
| Binary | 10101011 | 101100 | 111 | 0 | 1001010 | 1100000 | 100001 | 1110 | 1011100 | 100011 |
Color Harmonies of #AB2C07
Complementary color
Monochromatic Colors of #AB2C07
Black with #AB2C07
Text Example
Text Example
White with #AB2C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C07; }
p { color: rgb(171,44,7); }
H1.HeaderClassName
{
color: #AB2C07;
}
.AnyTagClassName
{
color: #AB2C07;
}
</style>
background-color css
<style>
a { background-color: #AB2C07; }
a { background-color: rgb(171,44,7); }
div.DivClassName
{
background-color: #AB2C07;
}
.BgClassName
{
background-color: #AB2C07;
}
</style>
border-color css
<style>
span { border-color: #AB2C07; }
span { border-color: rgb(171,44,7); }
td.TdClassName
{
border-color: #AB2C07;
}
.TagClassName
{
border-color: #AB2C07;
}
</style>