Shades of Medium Carmine #B73B2B
Tints of Medium Carmine #B73B2B
RGB
CMYK
RGB Variations
Color information
#B73B2B (or 0xB73B2B) is known color: Medium Carmine. HEX triplet: B7, 3B and 2B. RGB value is (183,59,43). Sum of RGB (Red+Green+Blue) = 183+59+43=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B2B is #48C4D4. Grayscale: #5E5E5E. Windows color (decimal): -4768981 or 2833335. OLE color: 2833335.
HSL color Cylindrical-coordinate representation of color #B73B2B: hue angle of 6.86º 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 #B73B2B is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 43 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.28 |
| HSL | 6.86º | 0.62% | 0.44% | - |
| HSV(B) | 6.86º | 0.77% | 0.72% | - |
| XYZ | 21.53 | 13.37 | 3.73 | - |
| YUV | 94.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 43 | 0 | 0.68 | 0.77 | 0.28 | 6.86 | 0.62 | 0.44 |
| Hex | B7 | 3B | 2B | 0 | 44 | 4D | 1C | 7 | 3E | 2C |
| Octal | 267 | 73 | 53 | 0 | 104 | 115 | 34 | 7 | 76 | 54 |
| Binary | 10110111 | 111011 | 101011 | 0 | 1000100 | 1001101 | 11100 | 111 | 111110 | 101100 |
Color Harmonies of #B73B2B
Complementary color
Monochromatic Colors of #B73B2B
Black with #B73B2B
Text Example
Text Example
White with #B73B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B2B; }
p { color: rgb(183,59,43); }
H1.HeaderClassName
{
color: #B73B2B;
}
.AnyTagClassName
{
color: #B73B2B;
}
</style>
background-color css
<style>
a { background-color: #B73B2B; }
a { background-color: rgb(183,59,43); }
div.DivClassName
{
background-color: #B73B2B;
}
.BgClassName
{
background-color: #B73B2B;
}
</style>
border-color css
<style>
span { border-color: #B73B2B; }
span { border-color: rgb(183,59,43); }
td.TdClassName
{
border-color: #B73B2B;
}
.TagClassName
{
border-color: #B73B2B;
}
</style>