Shades of Medium Carmine #B93F2E
Tints of Medium Carmine #B93F2E
RGB
CMYK
RGB Variations
Color information
#B93F2E (or 0xB93F2E) is known color: Medium Carmine. HEX triplet: B9, 3F and 2E. RGB value is (185,63,46). Sum of RGB (Red+Green+Blue) = 185+63+46=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F2E is #46C0D1. Grayscale: #616161. Windows color (decimal): -4636882 or 3030969. OLE color: 3030969.
HSL color Cylindrical-coordinate representation of color #B93F2E: hue angle of 7.34º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B93F2E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 46 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.27 |
| HSL | 7.34º | 0.6% | 0.45% | - |
| HSV(B) | 7.34º | 0.75% | 0.73% | - |
| XYZ | 22.28 | 14.07 | 4.13 | - |
| YUV | 97.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 46 | 0 | 0.66 | 0.75 | 0.27 | 7.34 | 0.6 | 0.45 |
| Hex | B9 | 3F | 2E | 0 | 42 | 4B | 1B | 7 | 3C | 2D |
| Octal | 271 | 77 | 56 | 0 | 102 | 113 | 33 | 7 | 74 | 55 |
| Binary | 10111001 | 111111 | 101110 | 0 | 1000010 | 1001011 | 11011 | 111 | 111100 | 101101 |
Color Harmonies of #B93F2E
Complementary color
Monochromatic Colors of #B93F2E
Black with #B93F2E
Text Example
Text Example
White with #B93F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F2E; }
p { color: rgb(185,63,46); }
H1.HeaderClassName
{
color: #B93F2E;
}
.AnyTagClassName
{
color: #B93F2E;
}
</style>
background-color css
<style>
a { background-color: #B93F2E; }
a { background-color: rgb(185,63,46); }
div.DivClassName
{
background-color: #B93F2E;
}
.BgClassName
{
background-color: #B93F2E;
}
</style>
border-color css
<style>
span { border-color: #B93F2E; }
span { border-color: rgb(185,63,46); }
td.TdClassName
{
border-color: #B93F2E;
}
.TagClassName
{
border-color: #B93F2E;
}
</style>