Shades of Medium Carmine #B14D3C
Tints of Medium Carmine #B14D3C
RGB
CMYK
RGB Variations
Color information
#B14D3C (or 0xB14D3C) is known color: Medium Carmine. HEX triplet: B1, 4D and 3C. RGB value is (177,77,60). Sum of RGB (Red+Green+Blue) = 177+77+60=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D3C is #4EB2C3. Grayscale: #696969. Windows color (decimal): -5157572 or 3952049. OLE color: 3952049.
HSL color Cylindrical-coordinate representation of color #B14D3C: hue angle of 8.72º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14D3C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 60 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.31 |
| HSL | 8.72º | 0.49% | 0.46% | - |
| HSV(B) | 8.72º | 0.66% | 0.69% | - |
| XYZ | 21.6 | 14.98 | 6.03 | - |
| YUV | 104.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 60 | 0 | 0.56 | 0.66 | 0.31 | 8.72 | 0.49 | 0.46 |
| Hex | B1 | 4D | 3C | 0 | 38 | 42 | 1F | 9 | 31 | 2E |
| Octal | 261 | 115 | 74 | 0 | 70 | 102 | 37 | 11 | 61 | 56 |
| Binary | 10110001 | 1001101 | 111100 | 0 | 111000 | 1000010 | 11111 | 1001 | 110001 | 101110 |
Color Harmonies of #B14D3C
Complementary color
Monochromatic Colors of #B14D3C
Black with #B14D3C
Text Example
Text Example
White with #B14D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D3C; }
p { color: rgb(177,77,60); }
H1.HeaderClassName
{
color: #B14D3C;
}
.AnyTagClassName
{
color: #B14D3C;
}
</style>
background-color css
<style>
a { background-color: #B14D3C; }
a { background-color: rgb(177,77,60); }
div.DivClassName
{
background-color: #B14D3C;
}
.BgClassName
{
background-color: #B14D3C;
}
</style>
border-color css
<style>
span { border-color: #B14D3C; }
span { border-color: rgb(177,77,60); }
td.TdClassName
{
border-color: #B14D3C;
}
.TagClassName
{
border-color: #B14D3C;
}
</style>