Shades of Medium Carmine #AB4631
Tints of Medium Carmine #AB4631
RGB
CMYK
RGB Variations
Color information
#AB4631 (or 0xAB4631) is known color: Medium Carmine. HEX triplet: AB, 46 and 31. RGB value is (171,70,49). Sum of RGB (Red+Green+Blue) = 171+70+49=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4631 is #54B9CE. Grayscale: #616161. Windows color (decimal): -5552591 or 3229355. OLE color: 3229355.
HSL color Cylindrical-coordinate representation of color #AB4631: hue angle of 10.33º 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 #AB4631 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 49 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.33 |
| HSL | 10.33º | 0.55% | 0.43% | - |
| HSV(B) | 10.33º | 0.71% | 0.67% | - |
| XYZ | 19.54 | 13.26 | 4.44 | - |
| YUV | 97.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 49 | 0 | 0.59 | 0.71 | 0.33 | 10.33 | 0.55 | 0.43 |
| Hex | AB | 46 | 31 | 0 | 3B | 47 | 21 | A | 37 | 2B |
| Octal | 253 | 106 | 61 | 0 | 73 | 107 | 41 | 12 | 67 | 53 |
| Binary | 10101011 | 1000110 | 110001 | 0 | 111011 | 1000111 | 100001 | 1010 | 110111 | 101011 |
Color Harmonies of #AB4631
Complementary color
Monochromatic Colors of #AB4631
Black with #AB4631
Text Example
Text Example
White with #AB4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4631; }
p { color: rgb(171,70,49); }
H1.HeaderClassName
{
color: #AB4631;
}
.AnyTagClassName
{
color: #AB4631;
}
</style>
background-color css
<style>
a { background-color: #AB4631; }
a { background-color: rgb(171,70,49); }
div.DivClassName
{
background-color: #AB4631;
}
.BgClassName
{
background-color: #AB4631;
}
</style>
border-color css
<style>
span { border-color: #AB4631; }
span { border-color: rgb(171,70,49); }
td.TdClassName
{
border-color: #AB4631;
}
.TagClassName
{
border-color: #AB4631;
}
</style>