Shades of Medium Carmine #B1372F
Tints of Medium Carmine #B1372F
RGB
CMYK
RGB Variations
Color information
#B1372F (or 0xB1372F) is known color: Medium Carmine. HEX triplet: B1, 37 and 2F. RGB value is (177,55,47). Sum of RGB (Red+Green+Blue) = 177+55+47=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1372F is #4EC8D0. Grayscale: #5A5A5A. Windows color (decimal): -5163217 or 3094449. OLE color: 3094449.
HSL color Cylindrical-coordinate representation of color #B1372F: hue angle of 3.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1372F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 47 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.31 |
| HSL | 3.69º | 0.58% | 0.44% | - |
| HSV(B) | 3.69º | 0.73% | 0.69% | - |
| XYZ | 20.01 | 12.28 | 4.01 | - |
| YUV | 90.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 47 | 0 | 0.69 | 0.73 | 0.31 | 3.69 | 0.58 | 0.44 |
| Hex | B1 | 37 | 2F | 0 | 45 | 49 | 1F | 4 | 3A | 2C |
| Octal | 261 | 67 | 57 | 0 | 105 | 111 | 37 | 4 | 72 | 54 |
| Binary | 10110001 | 110111 | 101111 | 0 | 1000101 | 1001001 | 11111 | 100 | 111010 | 101100 |
Color Harmonies of #B1372F
Complementary color
Monochromatic Colors of #B1372F
Black with #B1372F
Text Example
Text Example
White with #B1372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1372F; }
p { color: rgb(177,55,47); }
H1.HeaderClassName
{
color: #B1372F;
}
.AnyTagClassName
{
color: #B1372F;
}
</style>
background-color css
<style>
a { background-color: #B1372F; }
a { background-color: rgb(177,55,47); }
div.DivClassName
{
background-color: #B1372F;
}
.BgClassName
{
background-color: #B1372F;
}
</style>
border-color css
<style>
span { border-color: #B1372F; }
span { border-color: rgb(177,55,47); }
td.TdClassName
{
border-color: #B1372F;
}
.TagClassName
{
border-color: #B1372F;
}
</style>