Shades of Medium Carmine #AB3C37
Tints of Medium Carmine #AB3C37
RGB
CMYK
RGB Variations
Color information
#AB3C37 (or 0xAB3C37) is known color: Medium Carmine. HEX triplet: AB, 3C and 37. RGB value is (171,60,55). Sum of RGB (Red+Green+Blue) = 171+60+55=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C37 is #54C3C8. Grayscale: #5C5C5C. Windows color (decimal): -5555145 or 3620011. OLE color: 3620011.
HSL color Cylindrical-coordinate representation of color #AB3C37: hue angle of 2.59º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3C37 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 55 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.33 |
| HSL | 2.59º | 0.51% | 0.44% | - |
| HSV(B) | 2.59º | 0.68% | 0.67% | - |
| XYZ | 19.1 | 12.17 | 4.96 | - |
| YUV | 92.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 55 | 0 | 0.65 | 0.68 | 0.33 | 2.59 | 0.51 | 0.44 |
| Hex | AB | 3C | 37 | 0 | 41 | 44 | 21 | 3 | 33 | 2C |
| Octal | 253 | 74 | 67 | 0 | 101 | 104 | 41 | 3 | 63 | 54 |
| Binary | 10101011 | 111100 | 110111 | 0 | 1000001 | 1000100 | 100001 | 11 | 110011 | 101100 |
Color Harmonies of #AB3C37
Complementary color
Monochromatic Colors of #AB3C37
Black with #AB3C37
Text Example
Text Example
White with #AB3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C37; }
p { color: rgb(171,60,55); }
H1.HeaderClassName
{
color: #AB3C37;
}
.AnyTagClassName
{
color: #AB3C37;
}
</style>
background-color css
<style>
a { background-color: #AB3C37; }
a { background-color: rgb(171,60,55); }
div.DivClassName
{
background-color: #AB3C37;
}
.BgClassName
{
background-color: #AB3C37;
}
</style>
border-color css
<style>
span { border-color: #AB3C37; }
span { border-color: rgb(171,60,55); }
td.TdClassName
{
border-color: #AB3C37;
}
.TagClassName
{
border-color: #AB3C37;
}
</style>