Shades of Medium Carmine #B73D3C
Tints of Medium Carmine #B73D3C
RGB
CMYK
RGB Variations
Color information
#B73D3C (or 0xB73D3C) is known color: Medium Carmine. HEX triplet: B7, 3D and 3C. RGB value is (183,61,60). Sum of RGB (Red+Green+Blue) = 183+61+60=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D3C is #48C2C3. Grayscale: #616161. Windows color (decimal): -4768452 or 3947959. OLE color: 3947959.
HSL color Cylindrical-coordinate representation of color #B73D3C: hue angle of 0.49º 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 #B73D3C is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 60 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.28 |
| HSL | 0.49º | 0.51% | 0.48% | - |
| HSV(B) | 0.49º | 0.67% | 0.72% | - |
| XYZ | 22.01 | 13.73 | 5.77 | - |
| YUV | 97.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 60 | 0 | 0.67 | 0.67 | 0.28 | 0.49 | 0.51 | 0.48 |
| Hex | B7 | 3D | 3C | 0 | 43 | 43 | 1C | 0 | 33 | 30 |
| Octal | 267 | 75 | 74 | 0 | 103 | 103 | 34 | 0 | 63 | 60 |
| Binary | 10110111 | 111101 | 111100 | 0 | 1000011 | 1000011 | 11100 | 0 | 110011 | 110000 |
Color Harmonies of #B73D3C
Complementary color
Monochromatic Colors of #B73D3C
Black with #B73D3C
Text Example
Text Example
White with #B73D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D3C; }
p { color: rgb(183,61,60); }
H1.HeaderClassName
{
color: #B73D3C;
}
.AnyTagClassName
{
color: #B73D3C;
}
</style>
background-color css
<style>
a { background-color: #B73D3C; }
a { background-color: rgb(183,61,60); }
div.DivClassName
{
background-color: #B73D3C;
}
.BgClassName
{
background-color: #B73D3C;
}
</style>
border-color css
<style>
span { border-color: #B73D3C; }
span { border-color: rgb(183,61,60); }
td.TdClassName
{
border-color: #B73D3C;
}
.TagClassName
{
border-color: #B73D3C;
}
</style>