Shades of Medium Carmine #B1372B
Tints of Medium Carmine #B1372B
RGB
CMYK
RGB Variations
Color information
#B1372B (or 0xB1372B) is known color: Medium Carmine. HEX triplet: B1, 37 and 2B. RGB value is (177,55,43). Sum of RGB (Red+Green+Blue) = 177+55+43=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1372B is #4EC8D4. Grayscale: #5A5A5A. Windows color (decimal): -5163221 or 2832305. OLE color: 2832305.
HSL color Cylindrical-coordinate representation of color #B1372B: hue angle of 5.37º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1372B is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 43 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.31 |
| HSL | 5.37º | 0.61% | 0.43% | - |
| HSV(B) | 5.37º | 0.76% | 0.69% | - |
| XYZ | 19.93 | 12.25 | 3.6 | - |
| YUV | 90.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 43 | 0 | 0.69 | 0.76 | 0.31 | 5.37 | 0.61 | 0.43 |
| Hex | B1 | 37 | 2B | 0 | 45 | 4C | 1F | 5 | 3D | 2B |
| Octal | 261 | 67 | 53 | 0 | 105 | 114 | 37 | 5 | 75 | 53 |
| Binary | 10110001 | 110111 | 101011 | 0 | 1000101 | 1001100 | 11111 | 101 | 111101 | 101011 |
Color Harmonies of #B1372B
Complementary color
Monochromatic Colors of #B1372B
Black with #B1372B
Text Example
Text Example
White with #B1372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1372B; }
p { color: rgb(177,55,43); }
H1.HeaderClassName
{
color: #B1372B;
}
.AnyTagClassName
{
color: #B1372B;
}
</style>
background-color css
<style>
a { background-color: #B1372B; }
a { background-color: rgb(177,55,43); }
div.DivClassName
{
background-color: #B1372B;
}
.BgClassName
{
background-color: #B1372B;
}
</style>
border-color css
<style>
span { border-color: #B1372B; }
span { border-color: rgb(177,55,43); }
td.TdClassName
{
border-color: #B1372B;
}
.TagClassName
{
border-color: #B1372B;
}
</style>