Shades of Medium Carmine #B14737
Tints of Medium Carmine #B14737
RGB
CMYK
RGB Variations
Color information
#B14737 (or 0xB14737) is known color: Medium Carmine. HEX triplet: B1, 47 and 37. RGB value is (177,71,55). Sum of RGB (Red+Green+Blue) = 177+71+55=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14737 is #4EB8C8. Grayscale: #656565. Windows color (decimal): -5159113 or 3622833. OLE color: 3622833.
HSL color Cylindrical-coordinate representation of color #B14737: hue angle of 7.87º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14737 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 55 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.31 |
| HSL | 7.87º | 0.53% | 0.45% | - |
| HSV(B) | 7.87º | 0.69% | 0.69% | - |
| XYZ | 21.07 | 14.13 | 5.23 | - |
| YUV | 100.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 55 | 0 | 0.60 | 0.69 | 0.31 | 7.87 | 0.53 | 0.45 |
| Hex | B1 | 47 | 37 | 0 | 3C | 45 | 1F | 8 | 35 | 2D |
| Octal | 261 | 107 | 67 | 0 | 74 | 105 | 37 | 10 | 65 | 55 |
| Binary | 10110001 | 1000111 | 110111 | 0 | 111100 | 1000101 | 11111 | 1000 | 110101 | 101101 |
Color Harmonies of #B14737
Complementary color
Monochromatic Colors of #B14737
Black with #B14737
Text Example
Text Example
White with #B14737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14737; }
p { color: rgb(177,71,55); }
H1.HeaderClassName
{
color: #B14737;
}
.AnyTagClassName
{
color: #B14737;
}
</style>
background-color css
<style>
a { background-color: #B14737; }
a { background-color: rgb(177,71,55); }
div.DivClassName
{
background-color: #B14737;
}
.BgClassName
{
background-color: #B14737;
}
</style>
border-color css
<style>
span { border-color: #B14737; }
span { border-color: rgb(177,71,55); }
td.TdClassName
{
border-color: #B14737;
}
.TagClassName
{
border-color: #B14737;
}
</style>