Shades of Medium Carmine #AB3F37
Tints of Medium Carmine #AB3F37
RGB
CMYK
RGB Variations
Color information
#AB3F37 (or 0xAB3F37) is known color: Medium Carmine. HEX triplet: AB, 3F and 37. RGB value is (171,63,55). Sum of RGB (Red+Green+Blue) = 171+63+55=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F37 is #54C0C8. Grayscale: #5E5E5E. Windows color (decimal): -5554377 or 3620779. OLE color: 3620779.
HSL color Cylindrical-coordinate representation of color #AB3F37: hue angle of 4.14º 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 #AB3F37 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 55 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.33 |
| HSL | 4.14º | 0.51% | 0.44% | - |
| HSV(B) | 4.14º | 0.68% | 0.67% | - |
| XYZ | 19.26 | 12.49 | 5.01 | - |
| YUV | 94.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 55 | 0 | 0.63 | 0.68 | 0.33 | 4.14 | 0.51 | 0.44 |
| Hex | AB | 3F | 37 | 0 | 3F | 44 | 21 | 4 | 33 | 2C |
| Octal | 253 | 77 | 67 | 0 | 77 | 104 | 41 | 4 | 63 | 54 |
| Binary | 10101011 | 111111 | 110111 | 0 | 111111 | 1000100 | 100001 | 100 | 110011 | 101100 |
Color Harmonies of #AB3F37
Complementary color
Monochromatic Colors of #AB3F37
Black with #AB3F37
Text Example
Text Example
White with #AB3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F37; }
p { color: rgb(171,63,55); }
H1.HeaderClassName
{
color: #AB3F37;
}
.AnyTagClassName
{
color: #AB3F37;
}
</style>
background-color css
<style>
a { background-color: #AB3F37; }
a { background-color: rgb(171,63,55); }
div.DivClassName
{
background-color: #AB3F37;
}
.BgClassName
{
background-color: #AB3F37;
}
</style>
border-color css
<style>
span { border-color: #AB3F37; }
span { border-color: rgb(171,63,55); }
td.TdClassName
{
border-color: #AB3F37;
}
.TagClassName
{
border-color: #AB3F37;
}
</style>