Shades of Medium Carmine #B73C3C
Tints of Medium Carmine #B73C3C
RGB
CMYK
RGB Variations
Color information
#B73C3C (or 0xB73C3C) is known color: Medium Carmine. HEX triplet: B7, 3C and 3C. RGB value is (183,60,60). Sum of RGB (Red+Green+Blue) = 183+60+60=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C3C is #48C3C3. Grayscale: #606060. Windows color (decimal): -4768708 or 3947703. OLE color: 3947703.
HSL color Cylindrical-coordinate representation of color #B73C3C: hue angle of 0º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C3C is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 60 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.28 |
| HSL | 0º | 0.51% | 0.48% | - |
| HSV(B) | 0º | 0.67% | 0.72% | - |
| XYZ | 21.96 | 13.63 | 5.75 | - |
| YUV | 96.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 60 | 0 | 0.67 | 0.67 | 0.28 | 0 | 0.51 | 0.48 |
| Hex | B7 | 3C | 3C | 0 | 43 | 43 | 1C | 0 | 33 | 30 |
| Octal | 267 | 74 | 74 | 0 | 103 | 103 | 34 | 0 | 63 | 60 |
| Binary | 10110111 | 111100 | 111100 | 0 | 1000011 | 1000011 | 11100 | 0 | 110011 | 110000 |
Color Harmonies of #B73C3C
Complementary color
Monochromatic Colors of #B73C3C
Black with #B73C3C
Text Example
Text Example
White with #B73C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C3C; }
p { color: rgb(183,60,60); }
H1.HeaderClassName
{
color: #B73C3C;
}
.AnyTagClassName
{
color: #B73C3C;
}
</style>
background-color css
<style>
a { background-color: #B73C3C; }
a { background-color: rgb(183,60,60); }
div.DivClassName
{
background-color: #B73C3C;
}
.BgClassName
{
background-color: #B73C3C;
}
</style>
border-color css
<style>
span { border-color: #B73C3C; }
span { border-color: rgb(183,60,60); }
td.TdClassName
{
border-color: #B73C3C;
}
.TagClassName
{
border-color: #B73C3C;
}
</style>