Shades of Medium Carmine #B93D32
Tints of Medium Carmine #B93D32
RGB
CMYK
RGB Variations
Color information
#B93D32 (or 0xB93D32) is known color: Medium Carmine. HEX triplet: B9, 3D and 32. RGB value is (185,61,50). Sum of RGB (Red+Green+Blue) = 185+61+50=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D32 is #46C2CD. Grayscale: #606060. Windows color (decimal): -4637390 or 3292601. OLE color: 3292601.
HSL color Cylindrical-coordinate representation of color #B93D32: hue angle of 4.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93D32 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 50 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.27 |
| HSL | 4.89º | 0.57% | 0.46% | - |
| HSV(B) | 4.89º | 0.73% | 0.73% | - |
| XYZ | 22.25 | 13.88 | 4.52 | - |
| YUV | 96.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 50 | 0 | 0.67 | 0.73 | 0.27 | 4.89 | 0.57 | 0.46 |
| Hex | B9 | 3D | 32 | 0 | 43 | 49 | 1B | 5 | 39 | 2E |
| Octal | 271 | 75 | 62 | 0 | 103 | 111 | 33 | 5 | 71 | 56 |
| Binary | 10111001 | 111101 | 110010 | 0 | 1000011 | 1001001 | 11011 | 101 | 111001 | 101110 |
Color Harmonies of #B93D32
Complementary color
Monochromatic Colors of #B93D32
Black with #B93D32
Text Example
Text Example
White with #B93D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D32; }
p { color: rgb(185,61,50); }
H1.HeaderClassName
{
color: #B93D32;
}
.AnyTagClassName
{
color: #B93D32;
}
</style>
background-color css
<style>
a { background-color: #B93D32; }
a { background-color: rgb(185,61,50); }
div.DivClassName
{
background-color: #B93D32;
}
.BgClassName
{
background-color: #B93D32;
}
</style>
border-color css
<style>
span { border-color: #B93D32; }
span { border-color: rgb(185,61,50); }
td.TdClassName
{
border-color: #B93D32;
}
.TagClassName
{
border-color: #B93D32;
}
</style>