Shades of Medium Carmine #B7372B
Tints of Medium Carmine #B7372B
RGB
CMYK
RGB Variations
Color information
#B7372B (or 0xB7372B) is known color: Medium Carmine. HEX triplet: B7, 37 and 2B. RGB value is (183,55,43). Sum of RGB (Red+Green+Blue) = 183+55+43=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7372B is #48C8D4. Grayscale: #5C5C5C. Windows color (decimal): -4770005 or 2832311. OLE color: 2832311.
HSL color Cylindrical-coordinate representation of color #B7372B: hue angle of 5.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7372B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 43 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.28 |
| HSL | 5.14º | 0.62% | 0.44% | - |
| HSV(B) | 5.14º | 0.77% | 0.72% | - |
| XYZ | 21.33 | 12.97 | 3.67 | - |
| YUV | 91.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 43 | 0 | 0.70 | 0.77 | 0.28 | 5.14 | 0.62 | 0.44 |
| Hex | B7 | 37 | 2B | 0 | 46 | 4D | 1C | 5 | 3E | 2C |
| Octal | 267 | 67 | 53 | 0 | 106 | 115 | 34 | 5 | 76 | 54 |
| Binary | 10110111 | 110111 | 101011 | 0 | 1000110 | 1001101 | 11100 | 101 | 111110 | 101100 |
Color Harmonies of #B7372B
Complementary color
Monochromatic Colors of #B7372B
Black with #B7372B
Text Example
Text Example
White with #B7372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7372B; }
p { color: rgb(183,55,43); }
H1.HeaderClassName
{
color: #B7372B;
}
.AnyTagClassName
{
color: #B7372B;
}
</style>
background-color css
<style>
a { background-color: #B7372B; }
a { background-color: rgb(183,55,43); }
div.DivClassName
{
background-color: #B7372B;
}
.BgClassName
{
background-color: #B7372B;
}
</style>
border-color css
<style>
span { border-color: #B7372B; }
span { border-color: rgb(183,55,43); }
td.TdClassName
{
border-color: #B7372B;
}
.TagClassName
{
border-color: #B7372B;
}
</style>