Shades of Medium Carmine #AB4131
Tints of Medium Carmine #AB4131
RGB
CMYK
RGB Variations
Color information
#AB4131 (or 0xAB4131) is known color: Medium Carmine. HEX triplet: AB, 41 and 31. RGB value is (171,65,49). Sum of RGB (Red+Green+Blue) = 171+65+49=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4131 is #54BECE. Grayscale: #5F5F5F. Windows color (decimal): -5553871 or 3228075. OLE color: 3228075.
HSL color Cylindrical-coordinate representation of color #AB4131: hue angle of 7.87º 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 #AB4131 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 49 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.33 |
| HSL | 7.87º | 0.55% | 0.43% | - |
| HSV(B) | 7.87º | 0.71% | 0.67% | - |
| XYZ | 19.24 | 12.66 | 4.34 | - |
| YUV | 94.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 49 | 0 | 0.62 | 0.71 | 0.33 | 7.87 | 0.55 | 0.43 |
| Hex | AB | 41 | 31 | 0 | 3E | 47 | 21 | 8 | 37 | 2B |
| Octal | 253 | 101 | 61 | 0 | 76 | 107 | 41 | 10 | 67 | 53 |
| Binary | 10101011 | 1000001 | 110001 | 0 | 111110 | 1000111 | 100001 | 1000 | 110111 | 101011 |
Color Harmonies of #AB4131
Complementary color
Monochromatic Colors of #AB4131
Black with #AB4131
Text Example
Text Example
White with #AB4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4131; }
p { color: rgb(171,65,49); }
H1.HeaderClassName
{
color: #AB4131;
}
.AnyTagClassName
{
color: #AB4131;
}
</style>
background-color css
<style>
a { background-color: #AB4131; }
a { background-color: rgb(171,65,49); }
div.DivClassName
{
background-color: #AB4131;
}
.BgClassName
{
background-color: #AB4131;
}
</style>
border-color css
<style>
span { border-color: #AB4131; }
span { border-color: rgb(171,65,49); }
td.TdClassName
{
border-color: #AB4131;
}
.TagClassName
{
border-color: #AB4131;
}
</style>