Shades of Rust #AB2C0A
Tints of Rust #AB2C0A
RGB
CMYK
RGB Variations
Color information
#AB2C0A (or 0xAB2C0A) is known color: Rust. HEX triplet: AB, 2C and 0A. RGB value is (171,44,10). Sum of RGB (Red+Green+Blue) = 171+44+10=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C0A is #54D3F5. Grayscale: #4E4E4E. Windows color (decimal): -5559286 or 666795. OLE color: 666795.
HSL color Cylindrical-coordinate representation of color #AB2C0A: hue angle of 12.67º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB2C0A is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 10 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.33 |
| HSL | 12.67º | 0.89% | 0.35% | - |
| HSV(B) | 12.67º | 0.94% | 0.67% | - |
| XYZ | 17.75 | 10.48 | 1.37 | - |
| YUV | 78.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 10 | 0 | 0.74 | 0.94 | 0.33 | 12.67 | 0.89 | 0.35 |
| Hex | AB | 2C | A | 0 | 4A | 5E | 21 | D | 59 | 23 |
| Octal | 253 | 54 | 12 | 0 | 112 | 136 | 41 | 15 | 131 | 43 |
| Binary | 10101011 | 101100 | 1010 | 0 | 1001010 | 1011110 | 100001 | 1101 | 1011001 | 100011 |
Color Harmonies of #AB2C0A
Complementary color
Monochromatic Colors of #AB2C0A
Black with #AB2C0A
Text Example
Text Example
White with #AB2C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C0A; }
p { color: rgb(171,44,10); }
H1.HeaderClassName
{
color: #AB2C0A;
}
.AnyTagClassName
{
color: #AB2C0A;
}
</style>
background-color css
<style>
a { background-color: #AB2C0A; }
a { background-color: rgb(171,44,10); }
div.DivClassName
{
background-color: #AB2C0A;
}
.BgClassName
{
background-color: #AB2C0A;
}
</style>
border-color css
<style>
span { border-color: #AB2C0A; }
span { border-color: rgb(171,44,10); }
td.TdClassName
{
border-color: #AB2C0A;
}
.TagClassName
{
border-color: #AB2C0A;
}
</style>