Shades of Medium Carmine #AB3B2C
Tints of Medium Carmine #AB3B2C
RGB
CMYK
RGB Variations
Color information
#AB3B2C (or 0xAB3B2C) is known color: Medium Carmine. HEX triplet: AB, 3B and 2C. RGB value is (171,59,44). Sum of RGB (Red+Green+Blue) = 171+59+44=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B2C is #54C4D3. Grayscale: #5A5A5A. Windows color (decimal): -5555412 or 2898859. OLE color: 2898859.
HSL color Cylindrical-coordinate representation of color #AB3B2C: hue angle of 7.09º 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 #AB3B2C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 44 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.33 |
| HSL | 7.09º | 0.59% | 0.42% | - |
| HSV(B) | 7.09º | 0.74% | 0.67% | - |
| XYZ | 18.81 | 11.97 | 3.7 | - |
| YUV | 90.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 44 | 0 | 0.65 | 0.74 | 0.33 | 7.09 | 0.59 | 0.42 |
| Hex | AB | 3B | 2C | 0 | 41 | 4A | 21 | 7 | 3B | 2A |
| Octal | 253 | 73 | 54 | 0 | 101 | 112 | 41 | 7 | 73 | 52 |
| Binary | 10101011 | 111011 | 101100 | 0 | 1000001 | 1001010 | 100001 | 111 | 111011 | 101010 |
Color Harmonies of #AB3B2C
Complementary color
Monochromatic Colors of #AB3B2C
Black with #AB3B2C
Text Example
Text Example
White with #AB3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B2C; }
p { color: rgb(171,59,44); }
H1.HeaderClassName
{
color: #AB3B2C;
}
.AnyTagClassName
{
color: #AB3B2C;
}
</style>
background-color css
<style>
a { background-color: #AB3B2C; }
a { background-color: rgb(171,59,44); }
div.DivClassName
{
background-color: #AB3B2C;
}
.BgClassName
{
background-color: #AB3B2C;
}
</style>
border-color css
<style>
span { border-color: #AB3B2C; }
span { border-color: rgb(171,59,44); }
td.TdClassName
{
border-color: #AB3B2C;
}
.TagClassName
{
border-color: #AB3B2C;
}
</style>