Shades of Rust #AB2C0D
Tints of Rust #AB2C0D
RGB
CMYK
RGB Variations
Color information
#AB2C0D (or 0xAB2C0D) is known color: Rust. HEX triplet: AB, 2C and 0D. RGB value is (171,44,13). Sum of RGB (Red+Green+Blue) = 171+44+13=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C0D is #54D3F2. Grayscale: #4E4E4E. Windows color (decimal): -5559283 or 863403. OLE color: 863403.
HSL color Cylindrical-coordinate representation of color #AB2C0D: hue angle of 11.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB2C0D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.33 |
| HSL | 11.77º | 0.86% | 0.36% | - |
| HSV(B) | 11.77º | 0.92% | 0.67% | - |
| XYZ | 17.77 | 10.49 | 1.47 | - |
| YUV | 78.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 13 | 0 | 0.74 | 0.92 | 0.33 | 11.77 | 0.86 | 0.36 |
| Hex | AB | 2C | D | 0 | 4A | 5C | 21 | C | 56 | 24 |
| Octal | 253 | 54 | 15 | 0 | 112 | 134 | 41 | 14 | 126 | 44 |
| Binary | 10101011 | 101100 | 1101 | 0 | 1001010 | 1011100 | 100001 | 1100 | 1010110 | 100100 |
Color Harmonies of #AB2C0D
Complementary color
Monochromatic Colors of #AB2C0D
Black with #AB2C0D
Text Example
Text Example
White with #AB2C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C0D; }
p { color: rgb(171,44,13); }
H1.HeaderClassName
{
color: #AB2C0D;
}
.AnyTagClassName
{
color: #AB2C0D;
}
</style>
background-color css
<style>
a { background-color: #AB2C0D; }
a { background-color: rgb(171,44,13); }
div.DivClassName
{
background-color: #AB2C0D;
}
.BgClassName
{
background-color: #AB2C0D;
}
</style>
border-color css
<style>
span { border-color: #AB2C0D; }
span { border-color: rgb(171,44,13); }
td.TdClassName
{
border-color: #AB2C0D;
}
.TagClassName
{
border-color: #AB2C0D;
}
</style>