Shades of Medium Carmine #B7372D
Tints of Medium Carmine #B7372D
RGB
CMYK
RGB Variations
Color information
#B7372D (or 0xB7372D) is known color: Medium Carmine. HEX triplet: B7, 37 and 2D. RGB value is (183,55,45). Sum of RGB (Red+Green+Blue) = 183+55+45=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7372D is #48C8D2. Grayscale: #5C5C5C. Windows color (decimal): -4770003 or 2963383. OLE color: 2963383.
HSL color Cylindrical-coordinate representation of color #B7372D: hue angle of 4.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7372D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 45 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.28 |
| HSL | 4.35º | 0.61% | 0.45% | - |
| HSV(B) | 4.35º | 0.75% | 0.72% | - |
| XYZ | 21.37 | 12.99 | 3.86 | - |
| YUV | 92.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 45 | 0 | 0.70 | 0.75 | 0.28 | 4.35 | 0.61 | 0.45 |
| Hex | B7 | 37 | 2D | 0 | 46 | 4B | 1C | 4 | 3D | 2D |
| Octal | 267 | 67 | 55 | 0 | 106 | 113 | 34 | 4 | 75 | 55 |
| Binary | 10110111 | 110111 | 101101 | 0 | 1000110 | 1001011 | 11100 | 100 | 111101 | 101101 |
Color Harmonies of #B7372D
Complementary color
Monochromatic Colors of #B7372D
Black with #B7372D
Text Example
Text Example
White with #B7372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7372D; }
p { color: rgb(183,55,45); }
H1.HeaderClassName
{
color: #B7372D;
}
.AnyTagClassName
{
color: #B7372D;
}
</style>
background-color css
<style>
a { background-color: #B7372D; }
a { background-color: rgb(183,55,45); }
div.DivClassName
{
background-color: #B7372D;
}
.BgClassName
{
background-color: #B7372D;
}
</style>
border-color css
<style>
span { border-color: #B7372D; }
span { border-color: rgb(183,55,45); }
td.TdClassName
{
border-color: #B7372D;
}
.TagClassName
{
border-color: #B7372D;
}
</style>