Shades of Medium Carmine #AB4437
Tints of Medium Carmine #AB4437
RGB
CMYK
RGB Variations
Color information
#AB4437 (or 0xAB4437) is known color: Medium Carmine. HEX triplet: AB, 44 and 37. RGB value is (171,68,55). Sum of RGB (Red+Green+Blue) = 171+68+55=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4437 is #54BBC8. Grayscale: #616161. Windows color (decimal): -5553097 or 3622059. OLE color: 3622059.
HSL color Cylindrical-coordinate representation of color #AB4437: hue angle of 6.72º 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 #AB4437 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 55 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.33 |
| HSL | 6.72º | 0.51% | 0.44% | - |
| HSV(B) | 6.72º | 0.68% | 0.67% | - |
| XYZ | 19.55 | 13.07 | 5.11 | - |
| YUV | 97.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 55 | 0 | 0.60 | 0.68 | 0.33 | 6.72 | 0.51 | 0.44 |
| Hex | AB | 44 | 37 | 0 | 3C | 44 | 21 | 7 | 33 | 2C |
| Octal | 253 | 104 | 67 | 0 | 74 | 104 | 41 | 7 | 63 | 54 |
| Binary | 10101011 | 1000100 | 110111 | 0 | 111100 | 1000100 | 100001 | 111 | 110011 | 101100 |
Color Harmonies of #AB4437
Complementary color
Monochromatic Colors of #AB4437
Black with #AB4437
Text Example
Text Example
White with #AB4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4437; }
p { color: rgb(171,68,55); }
H1.HeaderClassName
{
color: #AB4437;
}
.AnyTagClassName
{
color: #AB4437;
}
</style>
background-color css
<style>
a { background-color: #AB4437; }
a { background-color: rgb(171,68,55); }
div.DivClassName
{
background-color: #AB4437;
}
.BgClassName
{
background-color: #AB4437;
}
</style>
border-color css
<style>
span { border-color: #AB4437; }
span { border-color: rgb(171,68,55); }
td.TdClassName
{
border-color: #AB4437;
}
.TagClassName
{
border-color: #AB4437;
}
</style>