Shades of Medium Carmine #AB3C39
Tints of Medium Carmine #AB3C39
RGB
CMYK
RGB Variations
Color information
#AB3C39 (or 0xAB3C39) is known color: Medium Carmine. HEX triplet: AB, 3C and 39. RGB value is (171,60,57). Sum of RGB (Red+Green+Blue) = 171+60+57=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C39 is #54C3C6. Grayscale: #5C5C5C. Windows color (decimal): -5555143 or 3751083. OLE color: 3751083.
HSL color Cylindrical-coordinate representation of color #AB3C39: hue angle of 1.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3C39 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 57 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.33 |
| HSL | 1.58º | 0.5% | 0.45% | - |
| HSV(B) | 1.58º | 0.67% | 0.67% | - |
| XYZ | 19.15 | 12.19 | 5.21 | - |
| YUV | 92.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 57 | 0 | 0.65 | 0.67 | 0.33 | 1.58 | 0.5 | 0.45 |
| Hex | AB | 3C | 39 | 0 | 41 | 43 | 21 | 2 | 32 | 2D |
| Octal | 253 | 74 | 71 | 0 | 101 | 103 | 41 | 2 | 62 | 55 |
| Binary | 10101011 | 111100 | 111001 | 0 | 1000001 | 1000011 | 100001 | 10 | 110010 | 101101 |
Color Harmonies of #AB3C39
Complementary color
Monochromatic Colors of #AB3C39
Black with #AB3C39
Text Example
Text Example
White with #AB3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C39; }
p { color: rgb(171,60,57); }
H1.HeaderClassName
{
color: #AB3C39;
}
.AnyTagClassName
{
color: #AB3C39;
}
</style>
background-color css
<style>
a { background-color: #AB3C39; }
a { background-color: rgb(171,60,57); }
div.DivClassName
{
background-color: #AB3C39;
}
.BgClassName
{
background-color: #AB3C39;
}
</style>
border-color css
<style>
span { border-color: #AB3C39; }
span { border-color: rgb(171,60,57); }
td.TdClassName
{
border-color: #AB3C39;
}
.TagClassName
{
border-color: #AB3C39;
}
</style>