Shades of Medium Carmine #B14037
Tints of Medium Carmine #B14037
RGB
CMYK
RGB Variations
Color information
#B14037 (or 0xB14037) is known color: Medium Carmine. HEX triplet: B1, 40 and 37. RGB value is (177,64,55). Sum of RGB (Red+Green+Blue) = 177+64+55=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B14037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14037 is #4EBFC8. Grayscale: #606060. Windows color (decimal): -5160905 or 3621041. OLE color: 3621041.
HSL color Cylindrical-coordinate representation of color #B14037: hue angle of 4.43º 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 #B14037 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 55 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.31 |
| HSL | 4.43º | 0.53% | 0.45% | - |
| HSV(B) | 4.43º | 0.69% | 0.69% | - |
| XYZ | 20.65 | 13.29 | 5.09 | - |
| YUV | 96.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 55 | 0 | 0.64 | 0.69 | 0.31 | 4.43 | 0.53 | 0.45 |
| Hex | B1 | 40 | 37 | 0 | 40 | 45 | 1F | 4 | 35 | 2D |
| Octal | 261 | 100 | 67 | 0 | 100 | 105 | 37 | 4 | 65 | 55 |
| Binary | 10110001 | 1000000 | 110111 | 0 | 1000000 | 1000101 | 11111 | 100 | 110101 | 101101 |
Color Harmonies of #B14037
Complementary color
Monochromatic Colors of #B14037
Black with #B14037
Text Example
Text Example
White with #B14037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14037; }
p { color: rgb(177,64,55); }
H1.HeaderClassName
{
color: #B14037;
}
.AnyTagClassName
{
color: #B14037;
}
</style>
background-color css
<style>
a { background-color: #B14037; }
a { background-color: rgb(177,64,55); }
div.DivClassName
{
background-color: #B14037;
}
.BgClassName
{
background-color: #B14037;
}
</style>
border-color css
<style>
span { border-color: #B14037; }
span { border-color: rgb(177,64,55); }
td.TdClassName
{
border-color: #B14037;
}
.TagClassName
{
border-color: #B14037;
}
</style>