Shades of Medium Carmine #B73937
Tints of Medium Carmine #B73937
RGB
CMYK
RGB Variations
Color information
#B73937 (or 0xB73937) is known color: Medium Carmine. HEX triplet: B7, 39 and 37. RGB value is (183,57,55). Sum of RGB (Red+Green+Blue) = 183+57+55=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B73937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73937 is #48C6C8. Grayscale: #5E5E5E. Windows color (decimal): -4769481 or 3619255. OLE color: 3619255.
HSL color Cylindrical-coordinate representation of color #B73937: hue angle of 0.94º 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 #B73937 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 55 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.28 |
| HSL | 0.94º | 0.54% | 0.47% | - |
| HSV(B) | 0.94º | 0.7% | 0.72% | - |
| XYZ | 21.68 | 13.27 | 5.03 | - |
| YUV | 94.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 55 | 0 | 0.69 | 0.70 | 0.28 | 0.94 | 0.54 | 0.47 |
| Hex | B7 | 39 | 37 | 0 | 45 | 46 | 1C | 1 | 36 | 2F |
| Octal | 267 | 71 | 67 | 0 | 105 | 106 | 34 | 1 | 66 | 57 |
| Binary | 10110111 | 111001 | 110111 | 0 | 1000101 | 1000110 | 11100 | 1 | 110110 | 101111 |
Color Harmonies of #B73937
Complementary color
Monochromatic Colors of #B73937
Black with #B73937
Text Example
Text Example
White with #B73937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73937; }
p { color: rgb(183,57,55); }
H1.HeaderClassName
{
color: #B73937;
}
.AnyTagClassName
{
color: #B73937;
}
</style>
background-color css
<style>
a { background-color: #B73937; }
a { background-color: rgb(183,57,55); }
div.DivClassName
{
background-color: #B73937;
}
.BgClassName
{
background-color: #B73937;
}
</style>
border-color css
<style>
span { border-color: #B73937; }
span { border-color: rgb(183,57,55); }
td.TdClassName
{
border-color: #B73937;
}
.TagClassName
{
border-color: #B73937;
}
</style>