Shades of Rust #AB2C00
Tints of Rust #AB2C00
RGB
CMYK
RGB Variations
Color information
#AB2C00 (or 0xAB2C00) is known color: Rust. HEX triplet: AB, 2C and 00. RGB value is (171,44,0). Sum of RGB (Red+Green+Blue) = 171+44+0=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C00 is #54D3FF. Grayscale: #4D4D4D. Windows color (decimal): -5559296 or 11435. OLE color: 11435.
HSL color Cylindrical-coordinate representation of color #AB2C00: hue angle of 15.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB2C00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.33 |
| HSL | 15.44º | 1% | 0.34% | - |
| HSV(B) | 15.44º | 1% | 0.67% | - |
| XYZ | 17.7 | 10.46 | 1.09 | - |
| YUV | 76.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 0 | 0 | 0.74 | 1 | 0.33 | 15.44 | 1 | 0.34 |
| Hex | AB | 2C | 0 | 0 | 4A | 64 | 21 | F | 64 | 22 |
| Octal | 253 | 54 | 0 | 0 | 112 | 144 | 41 | 17 | 144 | 42 |
| Binary | 10101011 | 101100 | 0 | 0 | 1001010 | 1100100 | 100001 | 1111 | 1100100 | 100010 |
Color Harmonies of #AB2C00
Complementary color
Monochromatic Colors of #AB2C00
Black with #AB2C00
Text Example
Text Example
White with #AB2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C00; }
p { color: rgb(171,44,0); }
H1.HeaderClassName
{
color: #AB2C00;
}
.AnyTagClassName
{
color: #AB2C00;
}
</style>
background-color css
<style>
a { background-color: #AB2C00; }
a { background-color: rgb(171,44,0); }
div.DivClassName
{
background-color: #AB2C00;
}
.BgClassName
{
background-color: #AB2C00;
}
</style>
border-color css
<style>
span { border-color: #AB2C00; }
span { border-color: rgb(171,44,0); }
td.TdClassName
{
border-color: #AB2C00;
}
.TagClassName
{
border-color: #AB2C00;
}
</style>