Shades of Medium Carmine #AB3A2C
Tints of Medium Carmine #AB3A2C
RGB
CMYK
RGB Variations
Color information
#AB3A2C (or 0xAB3A2C) is known color: Medium Carmine. HEX triplet: AB, 3A and 2C. RGB value is (171,58,44). Sum of RGB (Red+Green+Blue) = 171+58+44=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A2C is #54C5D3. Grayscale: #5A5A5A. Windows color (decimal): -5555668 or 2898603. OLE color: 2898603.
HSL color Cylindrical-coordinate representation of color #AB3A2C: hue angle of 6.61º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3A2C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 44 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.33 |
| HSL | 6.61º | 0.59% | 0.42% | - |
| HSV(B) | 6.61º | 0.74% | 0.67% | - |
| XYZ | 18.76 | 11.87 | 3.68 | - |
| YUV | 90.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 44 | 0 | 0.66 | 0.74 | 0.33 | 6.61 | 0.59 | 0.42 |
| Hex | AB | 3A | 2C | 0 | 42 | 4A | 21 | 7 | 3B | 2A |
| Octal | 253 | 72 | 54 | 0 | 102 | 112 | 41 | 7 | 73 | 52 |
| Binary | 10101011 | 111010 | 101100 | 0 | 1000010 | 1001010 | 100001 | 111 | 111011 | 101010 |
Color Harmonies of #AB3A2C
Complementary color
Monochromatic Colors of #AB3A2C
Black with #AB3A2C
Text Example
Text Example
White with #AB3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A2C; }
p { color: rgb(171,58,44); }
H1.HeaderClassName
{
color: #AB3A2C;
}
.AnyTagClassName
{
color: #AB3A2C;
}
</style>
background-color css
<style>
a { background-color: #AB3A2C; }
a { background-color: rgb(171,58,44); }
div.DivClassName
{
background-color: #AB3A2C;
}
.BgClassName
{
background-color: #AB3A2C;
}
</style>
border-color css
<style>
span { border-color: #AB3A2C; }
span { border-color: rgb(171,58,44); }
td.TdClassName
{
border-color: #AB3A2C;
}
.TagClassName
{
border-color: #AB3A2C;
}
</style>