Shades of Medium Carmine #AB4738
Tints of Medium Carmine #AB4738
RGB
CMYK
RGB Variations
Color information
#AB4738 (or 0xAB4738) is known color: Medium Carmine. HEX triplet: AB, 47 and 38. RGB value is (171,71,56). Sum of RGB (Red+Green+Blue) = 171+71+56=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4738 is #54B8C7. Grayscale: #636363. Windows color (decimal): -5552328 or 3688363. OLE color: 3688363.
HSL color Cylindrical-coordinate representation of color #AB4738: hue angle of 7.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4738 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 56 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.33 |
| HSL | 7.83º | 0.51% | 0.45% | - |
| HSV(B) | 7.83º | 0.67% | 0.67% | - |
| XYZ | 19.76 | 13.45 | 5.3 | - |
| YUV | 99.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 56 | 0 | 0.58 | 0.67 | 0.33 | 7.83 | 0.51 | 0.45 |
| Hex | AB | 47 | 38 | 0 | 3A | 43 | 21 | 8 | 33 | 2D |
| Octal | 253 | 107 | 70 | 0 | 72 | 103 | 41 | 10 | 63 | 55 |
| Binary | 10101011 | 1000111 | 111000 | 0 | 111010 | 1000011 | 100001 | 1000 | 110011 | 101101 |
Color Harmonies of #AB4738
Complementary color
Monochromatic Colors of #AB4738
Black with #AB4738
Text Example
Text Example
White with #AB4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4738; }
p { color: rgb(171,71,56); }
H1.HeaderClassName
{
color: #AB4738;
}
.AnyTagClassName
{
color: #AB4738;
}
</style>
background-color css
<style>
a { background-color: #AB4738; }
a { background-color: rgb(171,71,56); }
div.DivClassName
{
background-color: #AB4738;
}
.BgClassName
{
background-color: #AB4738;
}
</style>
border-color css
<style>
span { border-color: #AB4738; }
span { border-color: rgb(171,71,56); }
td.TdClassName
{
border-color: #AB4738;
}
.TagClassName
{
border-color: #AB4738;
}
</style>