Shades of Medium Carmine #AB3E31
Tints of Medium Carmine #AB3E31
RGB
CMYK
RGB Variations
Color information
#AB3E31 (or 0xAB3E31) is known color: Medium Carmine. HEX triplet: AB, 3E and 31. RGB value is (171,62,49). Sum of RGB (Red+Green+Blue) = 171+62+49=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E31 is #54C1CE. Grayscale: #5D5D5D. Windows color (decimal): -5554639 or 3227307. OLE color: 3227307.
HSL color Cylindrical-coordinate representation of color #AB3E31: hue angle of 6.39º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3E31 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 49 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.33 |
| HSL | 6.39º | 0.55% | 0.43% | - |
| HSV(B) | 6.39º | 0.71% | 0.67% | - |
| XYZ | 19.07 | 12.32 | 4.28 | - |
| YUV | 93.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 49 | 0 | 0.64 | 0.71 | 0.33 | 6.39 | 0.55 | 0.43 |
| Hex | AB | 3E | 31 | 0 | 40 | 47 | 21 | 6 | 37 | 2B |
| Octal | 253 | 76 | 61 | 0 | 100 | 107 | 41 | 6 | 67 | 53 |
| Binary | 10101011 | 111110 | 110001 | 0 | 1000000 | 1000111 | 100001 | 110 | 110111 | 101011 |
Color Harmonies of #AB3E31
Complementary color
Monochromatic Colors of #AB3E31
Black with #AB3E31
Text Example
Text Example
White with #AB3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E31; }
p { color: rgb(171,62,49); }
H1.HeaderClassName
{
color: #AB3E31;
}
.AnyTagClassName
{
color: #AB3E31;
}
</style>
background-color css
<style>
a { background-color: #AB3E31; }
a { background-color: rgb(171,62,49); }
div.DivClassName
{
background-color: #AB3E31;
}
.BgClassName
{
background-color: #AB3E31;
}
</style>
border-color css
<style>
span { border-color: #AB3E31; }
span { border-color: rgb(171,62,49); }
td.TdClassName
{
border-color: #AB3E31;
}
.TagClassName
{
border-color: #AB3E31;
}
</style>