Shades of Medium Carmine #B73C37
Tints of Medium Carmine #B73C37
RGB
CMYK
RGB Variations
Color information
#B73C37 (or 0xB73C37) is known color: Medium Carmine. HEX triplet: B7, 3C and 37. RGB value is (183,60,55). Sum of RGB (Red+Green+Blue) = 183+60+55=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C37 is #48C3C8. Grayscale: #606060. Windows color (decimal): -4768713 or 3620023. OLE color: 3620023.
HSL color Cylindrical-coordinate representation of color #B73C37: hue angle of 2.34º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73C37 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 55 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.28 |
| HSL | 2.34º | 0.54% | 0.47% | - |
| HSV(B) | 2.34º | 0.7% | 0.72% | - |
| XYZ | 21.83 | 13.57 | 5.08 | - |
| YUV | 96.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 55 | 0 | 0.67 | 0.70 | 0.28 | 2.34 | 0.54 | 0.47 |
| Hex | B7 | 3C | 37 | 0 | 43 | 46 | 1C | 2 | 36 | 2F |
| Octal | 267 | 74 | 67 | 0 | 103 | 106 | 34 | 2 | 66 | 57 |
| Binary | 10110111 | 111100 | 110111 | 0 | 1000011 | 1000110 | 11100 | 10 | 110110 | 101111 |
Color Harmonies of #B73C37
Complementary color
Monochromatic Colors of #B73C37
Black with #B73C37
Text Example
Text Example
White with #B73C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C37; }
p { color: rgb(183,60,55); }
H1.HeaderClassName
{
color: #B73C37;
}
.AnyTagClassName
{
color: #B73C37;
}
</style>
background-color css
<style>
a { background-color: #B73C37; }
a { background-color: rgb(183,60,55); }
div.DivClassName
{
background-color: #B73C37;
}
.BgClassName
{
background-color: #B73C37;
}
</style>
border-color css
<style>
span { border-color: #B73C37; }
span { border-color: rgb(183,60,55); }
td.TdClassName
{
border-color: #B73C37;
}
.TagClassName
{
border-color: #B73C37;
}
</style>