Shades of Medium Carmine #B93C2E
Tints of Medium Carmine #B93C2E
RGB
CMYK
RGB Variations
Color information
#B93C2E (or 0xB93C2E) is known color: Medium Carmine. HEX triplet: B9, 3C and 2E. RGB value is (185,60,46). Sum of RGB (Red+Green+Blue) = 185+60+46=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C2E is #46C3D1. Grayscale: #5F5F5F. Windows color (decimal): -4637650 or 3030201. OLE color: 3030201.
HSL color Cylindrical-coordinate representation of color #B93C2E: hue angle of 6.04º 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 #B93C2E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 46 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.27 |
| HSL | 6.04º | 0.6% | 0.45% | - |
| HSV(B) | 6.04º | 0.75% | 0.73% | - |
| XYZ | 22.12 | 13.74 | 4.07 | - |
| YUV | 95.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 46 | 0 | 0.68 | 0.75 | 0.27 | 6.04 | 0.6 | 0.45 |
| Hex | B9 | 3C | 2E | 0 | 44 | 4B | 1B | 6 | 3C | 2D |
| Octal | 271 | 74 | 56 | 0 | 104 | 113 | 33 | 6 | 74 | 55 |
| Binary | 10111001 | 111100 | 101110 | 0 | 1000100 | 1001011 | 11011 | 110 | 111100 | 101101 |
Color Harmonies of #B93C2E
Complementary color
Monochromatic Colors of #B93C2E
Black with #B93C2E
Text Example
Text Example
White with #B93C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C2E; }
p { color: rgb(185,60,46); }
H1.HeaderClassName
{
color: #B93C2E;
}
.AnyTagClassName
{
color: #B93C2E;
}
</style>
background-color css
<style>
a { background-color: #B93C2E; }
a { background-color: rgb(185,60,46); }
div.DivClassName
{
background-color: #B93C2E;
}
.BgClassName
{
background-color: #B93C2E;
}
</style>
border-color css
<style>
span { border-color: #B93C2E; }
span { border-color: rgb(185,60,46); }
td.TdClassName
{
border-color: #B93C2E;
}
.TagClassName
{
border-color: #B93C2E;
}
</style>