Shades of Medium Carmine #B14739
Tints of Medium Carmine #B14739
RGB
CMYK
RGB Variations
Color information
#B14739 (or 0xB14739) is known color: Medium Carmine. HEX triplet: B1, 47 and 39. RGB value is (177,71,57). Sum of RGB (Red+Green+Blue) = 177+71+57=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14739 is #4EB8C6. Grayscale: #656565. Windows color (decimal): -5159111 or 3753905. OLE color: 3753905.
HSL color Cylindrical-coordinate representation of color #B14739: hue angle of 7º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14739 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 57 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.31 |
| HSL | 7º | 0.51% | 0.46% | - |
| HSV(B) | 7º | 0.68% | 0.69% | - |
| XYZ | 21.12 | 14.15 | 5.49 | - |
| YUV | 101.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 57 | 0 | 0.60 | 0.68 | 0.31 | 7 | 0.51 | 0.46 |
| Hex | B1 | 47 | 39 | 0 | 3C | 44 | 1F | 7 | 33 | 2E |
| Octal | 261 | 107 | 71 | 0 | 74 | 104 | 37 | 7 | 63 | 56 |
| Binary | 10110001 | 1000111 | 111001 | 0 | 111100 | 1000100 | 11111 | 111 | 110011 | 101110 |
Color Harmonies of #B14739
Complementary color
Monochromatic Colors of #B14739
Black with #B14739
Text Example
Text Example
White with #B14739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14739; }
p { color: rgb(177,71,57); }
H1.HeaderClassName
{
color: #B14739;
}
.AnyTagClassName
{
color: #B14739;
}
</style>
background-color css
<style>
a { background-color: #B14739; }
a { background-color: rgb(177,71,57); }
div.DivClassName
{
background-color: #B14739;
}
.BgClassName
{
background-color: #B14739;
}
</style>
border-color css
<style>
span { border-color: #B14739; }
span { border-color: rgb(177,71,57); }
td.TdClassName
{
border-color: #B14739;
}
.TagClassName
{
border-color: #B14739;
}
</style>