Shades of Medium Carmine #AB4638
Tints of Medium Carmine #AB4638
RGB
CMYK
RGB Variations
Color information
#AB4638 (or 0xAB4638) is known color: Medium Carmine. HEX triplet: AB, 46 and 38. RGB value is (171,70,56). Sum of RGB (Red+Green+Blue) = 171+70+56=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4638 is #54B9C7. Grayscale: #626262. Windows color (decimal): -5552584 or 3688107. OLE color: 3688107.
HSL color Cylindrical-coordinate representation of color #AB4638: hue angle of 7.3º 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 #AB4638 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 56 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.33 |
| HSL | 7.3º | 0.51% | 0.45% | - |
| HSV(B) | 7.3º | 0.67% | 0.67% | - |
| XYZ | 19.7 | 13.32 | 5.27 | - |
| YUV | 98.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 56 | 0 | 0.59 | 0.67 | 0.33 | 7.3 | 0.51 | 0.45 |
| Hex | AB | 46 | 38 | 0 | 3B | 43 | 21 | 7 | 33 | 2D |
| Octal | 253 | 106 | 70 | 0 | 73 | 103 | 41 | 7 | 63 | 55 |
| Binary | 10101011 | 1000110 | 111000 | 0 | 111011 | 1000011 | 100001 | 111 | 110011 | 101101 |
Color Harmonies of #AB4638
Complementary color
Monochromatic Colors of #AB4638
Black with #AB4638
Text Example
Text Example
White with #AB4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4638; }
p { color: rgb(171,70,56); }
H1.HeaderClassName
{
color: #AB4638;
}
.AnyTagClassName
{
color: #AB4638;
}
</style>
background-color css
<style>
a { background-color: #AB4638; }
a { background-color: rgb(171,70,56); }
div.DivClassName
{
background-color: #AB4638;
}
.BgClassName
{
background-color: #AB4638;
}
</style>
border-color css
<style>
span { border-color: #AB4638; }
span { border-color: rgb(171,70,56); }
td.TdClassName
{
border-color: #AB4638;
}
.TagClassName
{
border-color: #AB4638;
}
</style>