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