Shades of Medium Carmine #AB3C2C
Tints of Medium Carmine #AB3C2C
RGB
CMYK
RGB Variations
Color information
#AB3C2C (or 0xAB3C2C) is known color: Medium Carmine. HEX triplet: AB, 3C and 2C. RGB value is (171,60,44). Sum of RGB (Red+Green+Blue) = 171+60+44=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C2C is #54C3D3. Grayscale: #5B5B5B. Windows color (decimal): -5555156 or 2899115. OLE color: 2899115.
HSL color Cylindrical-coordinate representation of color #AB3C2C: hue angle of 7.56º 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 #AB3C2C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 44 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.33 |
| HSL | 7.56º | 0.59% | 0.42% | - |
| HSV(B) | 7.56º | 0.74% | 0.67% | - |
| XYZ | 18.87 | 12.07 | 3.72 | - |
| YUV | 91.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 44 | 0 | 0.65 | 0.74 | 0.33 | 7.56 | 0.59 | 0.42 |
| Hex | AB | 3C | 2C | 0 | 41 | 4A | 21 | 8 | 3B | 2A |
| Octal | 253 | 74 | 54 | 0 | 101 | 112 | 41 | 10 | 73 | 52 |
| Binary | 10101011 | 111100 | 101100 | 0 | 1000001 | 1001010 | 100001 | 1000 | 111011 | 101010 |
Color Harmonies of #AB3C2C
Complementary color
Monochromatic Colors of #AB3C2C
Black with #AB3C2C
Text Example
Text Example
White with #AB3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C2C; }
p { color: rgb(171,60,44); }
H1.HeaderClassName
{
color: #AB3C2C;
}
.AnyTagClassName
{
color: #AB3C2C;
}
</style>
background-color css
<style>
a { background-color: #AB3C2C; }
a { background-color: rgb(171,60,44); }
div.DivClassName
{
background-color: #AB3C2C;
}
.BgClassName
{
background-color: #AB3C2C;
}
</style>
border-color css
<style>
span { border-color: #AB3C2C; }
span { border-color: rgb(171,60,44); }
td.TdClassName
{
border-color: #AB3C2C;
}
.TagClassName
{
border-color: #AB3C2C;
}
</style>