Shades of Medium Carmine #B73C34
Tints of Medium Carmine #B73C34
RGB
CMYK
RGB Variations
Color information
#B73C34 (or 0xB73C34) is known color: Medium Carmine. HEX triplet: B7, 3C and 34. RGB value is (183,60,52). Sum of RGB (Red+Green+Blue) = 183+60+52=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C34 is #48C3CB. Grayscale: #606060. Windows color (decimal): -4768716 or 3423415. OLE color: 3423415.
HSL color Cylindrical-coordinate representation of color #B73C34: hue angle of 3.66º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73C34 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 52 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.28 |
| HSL | 3.66º | 0.56% | 0.46% | - |
| HSV(B) | 3.66º | 0.72% | 0.72% | - |
| XYZ | 21.76 | 13.55 | 4.72 | - |
| YUV | 95.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 52 | 0 | 0.67 | 0.72 | 0.28 | 3.66 | 0.56 | 0.46 |
| Hex | B7 | 3C | 34 | 0 | 43 | 48 | 1C | 4 | 38 | 2E |
| Octal | 267 | 74 | 64 | 0 | 103 | 110 | 34 | 4 | 70 | 56 |
| Binary | 10110111 | 111100 | 110100 | 0 | 1000011 | 1001000 | 11100 | 100 | 111000 | 101110 |
Color Harmonies of #B73C34
Complementary color
Monochromatic Colors of #B73C34
Black with #B73C34
Text Example
Text Example
White with #B73C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C34; }
p { color: rgb(183,60,52); }
H1.HeaderClassName
{
color: #B73C34;
}
.AnyTagClassName
{
color: #B73C34;
}
</style>
background-color css
<style>
a { background-color: #B73C34; }
a { background-color: rgb(183,60,52); }
div.DivClassName
{
background-color: #B73C34;
}
.BgClassName
{
background-color: #B73C34;
}
</style>
border-color css
<style>
span { border-color: #B73C34; }
span { border-color: rgb(183,60,52); }
td.TdClassName
{
border-color: #B73C34;
}
.TagClassName
{
border-color: #B73C34;
}
</style>