Shades of Medium Carmine #B73F2C
Tints of Medium Carmine #B73F2C
RGB
CMYK
RGB Variations
Color information
#B73F2C (or 0xB73F2C) is known color: Medium Carmine. HEX triplet: B7, 3F and 2C. RGB value is (183,63,44). Sum of RGB (Red+Green+Blue) = 183+63+44=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F2C is #48C0D3. Grayscale: #606060. Windows color (decimal): -4767956 or 2899895. OLE color: 2899895.
HSL color Cylindrical-coordinate representation of color #B73F2C: hue angle of 8.2º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73F2C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 44 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.28 |
| HSL | 8.2º | 0.61% | 0.45% | - |
| HSV(B) | 8.2º | 0.76% | 0.72% | - |
| XYZ | 21.76 | 13.8 | 3.9 | - |
| YUV | 96.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 44 | 0 | 0.66 | 0.76 | 0.28 | 8.2 | 0.61 | 0.45 |
| Hex | B7 | 3F | 2C | 0 | 42 | 4C | 1C | 8 | 3D | 2D |
| Octal | 267 | 77 | 54 | 0 | 102 | 114 | 34 | 10 | 75 | 55 |
| Binary | 10110111 | 111111 | 101100 | 0 | 1000010 | 1001100 | 11100 | 1000 | 111101 | 101101 |
Color Harmonies of #B73F2C
Complementary color
Monochromatic Colors of #B73F2C
Black with #B73F2C
Text Example
Text Example
White with #B73F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F2C; }
p { color: rgb(183,63,44); }
H1.HeaderClassName
{
color: #B73F2C;
}
.AnyTagClassName
{
color: #B73F2C;
}
</style>
background-color css
<style>
a { background-color: #B73F2C; }
a { background-color: rgb(183,63,44); }
div.DivClassName
{
background-color: #B73F2C;
}
.BgClassName
{
background-color: #B73F2C;
}
</style>
border-color css
<style>
span { border-color: #B73F2C; }
span { border-color: rgb(183,63,44); }
td.TdClassName
{
border-color: #B73F2C;
}
.TagClassName
{
border-color: #B73F2C;
}
</style>