Shades of Medium Carmine #B73C36
Tints of Medium Carmine #B73C36
RGB
CMYK
RGB Variations
Color information
#B73C36 (or 0xB73C36) is known color: Medium Carmine. HEX triplet: B7, 3C and 36. RGB value is (183,60,54). Sum of RGB (Red+Green+Blue) = 183+60+54=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C36 is #48C3C9. Grayscale: #606060. Windows color (decimal): -4768714 or 3554487. OLE color: 3554487.
HSL color Cylindrical-coordinate representation of color #B73C36: hue angle of 2.79º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73C36 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 54 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.28 |
| HSL | 2.79º | 0.54% | 0.46% | - |
| HSV(B) | 2.79º | 0.7% | 0.72% | - |
| XYZ | 21.81 | 13.57 | 4.96 | - |
| YUV | 96.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 54 | 0 | 0.67 | 0.70 | 0.28 | 2.79 | 0.54 | 0.46 |
| Hex | B7 | 3C | 36 | 0 | 43 | 46 | 1C | 3 | 36 | 2E |
| Octal | 267 | 74 | 66 | 0 | 103 | 106 | 34 | 3 | 66 | 56 |
| Binary | 10110111 | 111100 | 110110 | 0 | 1000011 | 1000110 | 11100 | 11 | 110110 | 101110 |
Color Harmonies of #B73C36
Complementary color
Monochromatic Colors of #B73C36
Black with #B73C36
Text Example
Text Example
White with #B73C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C36; }
p { color: rgb(183,60,54); }
H1.HeaderClassName
{
color: #B73C36;
}
.AnyTagClassName
{
color: #B73C36;
}
</style>
background-color css
<style>
a { background-color: #B73C36; }
a { background-color: rgb(183,60,54); }
div.DivClassName
{
background-color: #B73C36;
}
.BgClassName
{
background-color: #B73C36;
}
</style>
border-color css
<style>
span { border-color: #B73C36; }
span { border-color: rgb(183,60,54); }
td.TdClassName
{
border-color: #B73C36;
}
.TagClassName
{
border-color: #B73C36;
}
</style>