Shades of Medium Carmine #AB3837
Tints of Medium Carmine #AB3837
RGB
CMYK
RGB Variations
Color information
#AB3837 (or 0xAB3837) is known color: Medium Carmine. HEX triplet: AB, 38 and 37. RGB value is (171,56,55). Sum of RGB (Red+Green+Blue) = 171+56+55=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3837 is #54C7C8. Grayscale: #5A5A5A. Windows color (decimal): -5556169 or 3618987. OLE color: 3618987.
HSL color Cylindrical-coordinate representation of color #AB3837: hue angle of 0.52º 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 #AB3837 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 55 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.33 |
| HSL | 0.52º | 0.51% | 0.44% | - |
| HSV(B) | 0.52º | 0.68% | 0.67% | - |
| XYZ | 18.9 | 11.76 | 4.89 | - |
| YUV | 90.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 55 | 0 | 0.67 | 0.68 | 0.33 | 0.52 | 0.51 | 0.44 |
| Hex | AB | 38 | 37 | 0 | 43 | 44 | 21 | 1 | 33 | 2C |
| Octal | 253 | 70 | 67 | 0 | 103 | 104 | 41 | 1 | 63 | 54 |
| Binary | 10101011 | 111000 | 110111 | 0 | 1000011 | 1000100 | 100001 | 1 | 110011 | 101100 |
Color Harmonies of #AB3837
Complementary color
Monochromatic Colors of #AB3837
Black with #AB3837
Text Example
Text Example
White with #AB3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3837; }
p { color: rgb(171,56,55); }
H1.HeaderClassName
{
color: #AB3837;
}
.AnyTagClassName
{
color: #AB3837;
}
</style>
background-color css
<style>
a { background-color: #AB3837; }
a { background-color: rgb(171,56,55); }
div.DivClassName
{
background-color: #AB3837;
}
.BgClassName
{
background-color: #AB3837;
}
</style>
border-color css
<style>
span { border-color: #AB3837; }
span { border-color: rgb(171,56,55); }
td.TdClassName
{
border-color: #AB3837;
}
.TagClassName
{
border-color: #AB3837;
}
</style>