Shades of Medium Carmine #B14136
Tints of Medium Carmine #B14136
RGB
CMYK
RGB Variations
Color information
#B14136 (or 0xB14136) is known color: Medium Carmine. HEX triplet: B1, 41 and 36. RGB value is (177,65,54). Sum of RGB (Red+Green+Blue) = 177+65+54=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B14136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14136 is #4EBEC9. Grayscale: #616161. Windows color (decimal): -5160650 or 3555761. OLE color: 3555761.
HSL color Cylindrical-coordinate representation of color #B14136: hue angle of 5.37º 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 #B14136 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 54 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.31 |
| HSL | 5.37º | 0.53% | 0.45% | - |
| HSV(B) | 5.37º | 0.69% | 0.69% | - |
| XYZ | 20.69 | 13.39 | 4.98 | - |
| YUV | 97.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 54 | 0 | 0.63 | 0.69 | 0.31 | 5.37 | 0.53 | 0.45 |
| Hex | B1 | 41 | 36 | 0 | 3F | 45 | 1F | 5 | 35 | 2D |
| Octal | 261 | 101 | 66 | 0 | 77 | 105 | 37 | 5 | 65 | 55 |
| Binary | 10110001 | 1000001 | 110110 | 0 | 111111 | 1000101 | 11111 | 101 | 110101 | 101101 |
Color Harmonies of #B14136
Complementary color
Monochromatic Colors of #B14136
Black with #B14136
Text Example
Text Example
White with #B14136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14136; }
p { color: rgb(177,65,54); }
H1.HeaderClassName
{
color: #B14136;
}
.AnyTagClassName
{
color: #B14136;
}
</style>
background-color css
<style>
a { background-color: #B14136; }
a { background-color: rgb(177,65,54); }
div.DivClassName
{
background-color: #B14136;
}
.BgClassName
{
background-color: #B14136;
}
</style>
border-color css
<style>
span { border-color: #B14136; }
span { border-color: rgb(177,65,54); }
td.TdClassName
{
border-color: #B14136;
}
.TagClassName
{
border-color: #B14136;
}
</style>