Shades of Medium Carmine #B73F2D
Tints of Medium Carmine #B73F2D
RGB
CMYK
RGB Variations
Color information
#B73F2D (or 0xB73F2D) is known color: Medium Carmine. HEX triplet: B7, 3F and 2D. RGB value is (183,63,45). Sum of RGB (Red+Green+Blue) = 183+63+45=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F2D is #48C0D2. Grayscale: #616161. Windows color (decimal): -4767955 or 2965431. OLE color: 2965431.
HSL color Cylindrical-coordinate representation of color #B73F2D: hue angle of 7.83º 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 #B73F2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 45 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.28 |
| HSL | 7.83º | 0.61% | 0.45% | - |
| HSV(B) | 7.83º | 0.75% | 0.72% | - |
| XYZ | 21.78 | 13.81 | 4 | - |
| YUV | 96.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 45 | 0 | 0.66 | 0.75 | 0.28 | 7.83 | 0.61 | 0.45 |
| Hex | B7 | 3F | 2D | 0 | 42 | 4B | 1C | 8 | 3D | 2D |
| Octal | 267 | 77 | 55 | 0 | 102 | 113 | 34 | 10 | 75 | 55 |
| Binary | 10110111 | 111111 | 101101 | 0 | 1000010 | 1001011 | 11100 | 1000 | 111101 | 101101 |
Color Harmonies of #B73F2D
Complementary color
Monochromatic Colors of #B73F2D
Black with #B73F2D
Text Example
Text Example
White with #B73F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F2D; }
p { color: rgb(183,63,45); }
H1.HeaderClassName
{
color: #B73F2D;
}
.AnyTagClassName
{
color: #B73F2D;
}
</style>
background-color css
<style>
a { background-color: #B73F2D; }
a { background-color: rgb(183,63,45); }
div.DivClassName
{
background-color: #B73F2D;
}
.BgClassName
{
background-color: #B73F2D;
}
</style>
border-color css
<style>
span { border-color: #B73F2D; }
span { border-color: rgb(183,63,45); }
td.TdClassName
{
border-color: #B73F2D;
}
.TagClassName
{
border-color: #B73F2D;
}
</style>