Shades of Medium Carmine #B1372E
Tints of Medium Carmine #B1372E
RGB
CMYK
RGB Variations
Color information
#B1372E (or 0xB1372E) is known color: Medium Carmine. HEX triplet: B1, 37 and 2E. RGB value is (177,55,46). Sum of RGB (Red+Green+Blue) = 177+55+46=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1372E is #4EC8D1. Grayscale: #5A5A5A. Windows color (decimal): -5163218 or 3028913. OLE color: 3028913.
HSL color Cylindrical-coordinate representation of color #B1372E: hue angle of 4.12º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1372E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 46 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.31 |
| HSL | 4.12º | 0.59% | 0.44% | - |
| HSV(B) | 4.12º | 0.74% | 0.69% | - |
| XYZ | 19.99 | 12.28 | 3.9 | - |
| YUV | 90.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 46 | 0 | 0.69 | 0.74 | 0.31 | 4.12 | 0.59 | 0.44 |
| Hex | B1 | 37 | 2E | 0 | 45 | 4A | 1F | 4 | 3B | 2C |
| Octal | 261 | 67 | 56 | 0 | 105 | 112 | 37 | 4 | 73 | 54 |
| Binary | 10110001 | 110111 | 101110 | 0 | 1000101 | 1001010 | 11111 | 100 | 111011 | 101100 |
Color Harmonies of #B1372E
Complementary color
Monochromatic Colors of #B1372E
Black with #B1372E
Text Example
Text Example
White with #B1372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1372E; }
p { color: rgb(177,55,46); }
H1.HeaderClassName
{
color: #B1372E;
}
.AnyTagClassName
{
color: #B1372E;
}
</style>
background-color css
<style>
a { background-color: #B1372E; }
a { background-color: rgb(177,55,46); }
div.DivClassName
{
background-color: #B1372E;
}
.BgClassName
{
background-color: #B1372E;
}
</style>
border-color css
<style>
span { border-color: #B1372E; }
span { border-color: rgb(177,55,46); }
td.TdClassName
{
border-color: #B1372E;
}
.TagClassName
{
border-color: #B1372E;
}
</style>