Shades of Medium Carmine #AB3B37
Tints of Medium Carmine #AB3B37
RGB
CMYK
RGB Variations
Color information
#AB3B37 (or 0xAB3B37) is known color: Medium Carmine. HEX triplet: AB, 3B and 37. RGB value is (171,59,55). Sum of RGB (Red+Green+Blue) = 171+59+55=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B37 is #54C4C8. Grayscale: #5C5C5C. Windows color (decimal): -5555401 or 3619755. OLE color: 3619755.
HSL color Cylindrical-coordinate representation of color #AB3B37: hue angle of 2.07º 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 #AB3B37 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 55 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.33 |
| HSL | 2.07º | 0.51% | 0.44% | - |
| HSV(B) | 2.07º | 0.68% | 0.67% | - |
| XYZ | 19.05 | 12.06 | 4.94 | - |
| YUV | 92.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 55 | 0 | 0.65 | 0.68 | 0.33 | 2.07 | 0.51 | 0.44 |
| Hex | AB | 3B | 37 | 0 | 41 | 44 | 21 | 2 | 33 | 2C |
| Octal | 253 | 73 | 67 | 0 | 101 | 104 | 41 | 2 | 63 | 54 |
| Binary | 10101011 | 111011 | 110111 | 0 | 1000001 | 1000100 | 100001 | 10 | 110011 | 101100 |
Color Harmonies of #AB3B37
Complementary color
Monochromatic Colors of #AB3B37
Black with #AB3B37
Text Example
Text Example
White with #AB3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3B37; }
p { color: rgb(171,59,55); }
H1.HeaderClassName
{
color: #AB3B37;
}
.AnyTagClassName
{
color: #AB3B37;
}
</style>
background-color css
<style>
a { background-color: #AB3B37; }
a { background-color: rgb(171,59,55); }
div.DivClassName
{
background-color: #AB3B37;
}
.BgClassName
{
background-color: #AB3B37;
}
</style>
border-color css
<style>
span { border-color: #AB3B37; }
span { border-color: rgb(171,59,55); }
td.TdClassName
{
border-color: #AB3B37;
}
.TagClassName
{
border-color: #AB3B37;
}
</style>