Shades of Medium Carmine #B93C38
Tints of Medium Carmine #B93C38
RGB
CMYK
RGB Variations
Color information
#B93C38 (or 0xB93C38) is known color: Medium Carmine. HEX triplet: B9, 3C and 38. RGB value is (185,60,56). Sum of RGB (Red+Green+Blue) = 185+60+56=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C38 is #46C3C7. Grayscale: #616161. Windows color (decimal): -4637640 or 3685561. OLE color: 3685561.
HSL color Cylindrical-coordinate representation of color #B93C38: hue angle of 1.86º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93C38 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 56 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.27 |
| HSL | 1.86º | 0.54% | 0.47% | - |
| HSV(B) | 1.86º | 0.7% | 0.73% | - |
| XYZ | 22.34 | 13.83 | 5.23 | - |
| YUV | 96.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 56 | 0 | 0.68 | 0.70 | 0.27 | 1.86 | 0.54 | 0.47 |
| Hex | B9 | 3C | 38 | 0 | 44 | 46 | 1B | 2 | 36 | 2F |
| Octal | 271 | 74 | 70 | 0 | 104 | 106 | 33 | 2 | 66 | 57 |
| Binary | 10111001 | 111100 | 111000 | 0 | 1000100 | 1000110 | 11011 | 10 | 110110 | 101111 |
Color Harmonies of #B93C38
Complementary color
Monochromatic Colors of #B93C38
Black with #B93C38
Text Example
Text Example
White with #B93C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C38; }
p { color: rgb(185,60,56); }
H1.HeaderClassName
{
color: #B93C38;
}
.AnyTagClassName
{
color: #B93C38;
}
</style>
background-color css
<style>
a { background-color: #B93C38; }
a { background-color: rgb(185,60,56); }
div.DivClassName
{
background-color: #B93C38;
}
.BgClassName
{
background-color: #B93C38;
}
</style>
border-color css
<style>
span { border-color: #B93C38; }
span { border-color: rgb(185,60,56); }
td.TdClassName
{
border-color: #B93C38;
}
.TagClassName
{
border-color: #B93C38;
}
</style>