Shades of Medium Carmine #AB3C31
Tints of Medium Carmine #AB3C31
RGB
CMYK
RGB Variations
Color information
#AB3C31 (or 0xAB3C31) is known color: Medium Carmine. HEX triplet: AB, 3C and 31. RGB value is (171,60,49). Sum of RGB (Red+Green+Blue) = 171+60+49=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C31 is #54C3CE. Grayscale: #5C5C5C. Windows color (decimal): -5555151 or 3226795. OLE color: 3226795.
HSL color Cylindrical-coordinate representation of color #AB3C31: hue angle of 5.41º 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 #AB3C31 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 49 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.33 |
| HSL | 5.41º | 0.55% | 0.43% | - |
| HSV(B) | 5.41º | 0.71% | 0.67% | - |
| XYZ | 18.96 | 12.11 | 4.24 | - |
| YUV | 91.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 49 | 0 | 0.65 | 0.71 | 0.33 | 5.41 | 0.55 | 0.43 |
| Hex | AB | 3C | 31 | 0 | 41 | 47 | 21 | 5 | 37 | 2B |
| Octal | 253 | 74 | 61 | 0 | 101 | 107 | 41 | 5 | 67 | 53 |
| Binary | 10101011 | 111100 | 110001 | 0 | 1000001 | 1000111 | 100001 | 101 | 110111 | 101011 |
Color Harmonies of #AB3C31
Complementary color
Monochromatic Colors of #AB3C31
Black with #AB3C31
Text Example
Text Example
White with #AB3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C31; }
p { color: rgb(171,60,49); }
H1.HeaderClassName
{
color: #AB3C31;
}
.AnyTagClassName
{
color: #AB3C31;
}
</style>
background-color css
<style>
a { background-color: #AB3C31; }
a { background-color: rgb(171,60,49); }
div.DivClassName
{
background-color: #AB3C31;
}
.BgClassName
{
background-color: #AB3C31;
}
</style>
border-color css
<style>
span { border-color: #AB3C31; }
span { border-color: rgb(171,60,49); }
td.TdClassName
{
border-color: #AB3C31;
}
.TagClassName
{
border-color: #AB3C31;
}
</style>