Shades of Medium Carmine #AB4837
Tints of Medium Carmine #AB4837
RGB
CMYK
RGB Variations
Color information
#AB4837 (or 0xAB4837) is known color: Medium Carmine. HEX triplet: AB, 48 and 37. RGB value is (171,72,55). Sum of RGB (Red+Green+Blue) = 171+72+55=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4837 is #54B7C8. Grayscale: #636363. Windows color (decimal): -5552073 or 3623083. OLE color: 3623083.
HSL color Cylindrical-coordinate representation of color #AB4837: hue angle of 8.79º 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 #AB4837 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 55 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.33 |
| HSL | 8.79º | 0.51% | 0.44% | - |
| HSV(B) | 8.79º | 0.68% | 0.67% | - |
| XYZ | 19.8 | 13.57 | 5.19 | - |
| YUV | 99.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 55 | 0 | 0.58 | 0.68 | 0.33 | 8.79 | 0.51 | 0.44 |
| Hex | AB | 48 | 37 | 0 | 3A | 44 | 21 | 9 | 33 | 2C |
| Octal | 253 | 110 | 67 | 0 | 72 | 104 | 41 | 11 | 63 | 54 |
| Binary | 10101011 | 1001000 | 110111 | 0 | 111010 | 1000100 | 100001 | 1001 | 110011 | 101100 |
Color Harmonies of #AB4837
Complementary color
Monochromatic Colors of #AB4837
Black with #AB4837
Text Example
Text Example
White with #AB4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4837; }
p { color: rgb(171,72,55); }
H1.HeaderClassName
{
color: #AB4837;
}
.AnyTagClassName
{
color: #AB4837;
}
</style>
background-color css
<style>
a { background-color: #AB4837; }
a { background-color: rgb(171,72,55); }
div.DivClassName
{
background-color: #AB4837;
}
.BgClassName
{
background-color: #AB4837;
}
</style>
border-color css
<style>
span { border-color: #AB4837; }
span { border-color: rgb(171,72,55); }
td.TdClassName
{
border-color: #AB4837;
}
.TagClassName
{
border-color: #AB4837;
}
</style>