Shades of Medium Carmine #B14640
Tints of Medium Carmine #B14640
RGB
CMYK
RGB Variations
Color information
#B14640 (or 0xB14640) is known color: Medium Carmine. HEX triplet: B1, 46 and 40. RGB value is (177,70,64). Sum of RGB (Red+Green+Blue) = 177+70+64=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B14640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14640 is #4EB9BF. Grayscale: #656565. Windows color (decimal): -5159360 or 4212401. OLE color: 4212401.
HSL color Cylindrical-coordinate representation of color #B14640: hue angle of 3.19º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14640 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 64 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.31 |
| HSL | 3.19º | 0.47% | 0.47% | - |
| HSV(B) | 3.19º | 0.64% | 0.69% | - |
| XYZ | 21.25 | 14.1 | 6.45 | - |
| YUV | 101.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 64 | 0 | 0.60 | 0.64 | 0.31 | 3.19 | 0.47 | 0.47 |
| Hex | B1 | 46 | 40 | 0 | 3C | 40 | 1F | 3 | 2F | 2F |
| Octal | 261 | 106 | 100 | 0 | 74 | 100 | 37 | 3 | 57 | 57 |
| Binary | 10110001 | 1000110 | 1000000 | 0 | 111100 | 1000000 | 11111 | 11 | 101111 | 101111 |
Color Harmonies of #B14640
Complementary color
Monochromatic Colors of #B14640
Black with #B14640
Text Example
Text Example
White with #B14640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14640; }
p { color: rgb(177,70,64); }
H1.HeaderClassName
{
color: #B14640;
}
.AnyTagClassName
{
color: #B14640;
}
</style>
background-color css
<style>
a { background-color: #B14640; }
a { background-color: rgb(177,70,64); }
div.DivClassName
{
background-color: #B14640;
}
.BgClassName
{
background-color: #B14640;
}
</style>
border-color css
<style>
span { border-color: #B14640; }
span { border-color: rgb(177,70,64); }
td.TdClassName
{
border-color: #B14640;
}
.TagClassName
{
border-color: #B14640;
}
</style>