Shades of Medium Carmine #B93D31
Tints of Medium Carmine #B93D31
RGB
CMYK
RGB Variations
Color information
#B93D31 (or 0xB93D31) is known color: Medium Carmine. HEX triplet: B9, 3D and 31. RGB value is (185,61,49). Sum of RGB (Red+Green+Blue) = 185+61+49=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D31 is #46C2CE. Grayscale: #606060. Windows color (decimal): -4637391 or 3227065. OLE color: 3227065.
HSL color Cylindrical-coordinate representation of color #B93D31: hue angle of 5.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93D31 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 49 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.27 |
| HSL | 5.29º | 0.58% | 0.46% | - |
| HSV(B) | 5.29º | 0.74% | 0.73% | - |
| XYZ | 22.23 | 13.87 | 4.41 | - |
| YUV | 96.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 49 | 0 | 0.67 | 0.74 | 0.27 | 5.29 | 0.58 | 0.46 |
| Hex | B9 | 3D | 31 | 0 | 43 | 4A | 1B | 5 | 3A | 2E |
| Octal | 271 | 75 | 61 | 0 | 103 | 112 | 33 | 5 | 72 | 56 |
| Binary | 10111001 | 111101 | 110001 | 0 | 1000011 | 1001010 | 11011 | 101 | 111010 | 101110 |
Color Harmonies of #B93D31
Complementary color
Monochromatic Colors of #B93D31
Black with #B93D31
Text Example
Text Example
White with #B93D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D31; }
p { color: rgb(185,61,49); }
H1.HeaderClassName
{
color: #B93D31;
}
.AnyTagClassName
{
color: #B93D31;
}
</style>
background-color css
<style>
a { background-color: #B93D31; }
a { background-color: rgb(185,61,49); }
div.DivClassName
{
background-color: #B93D31;
}
.BgClassName
{
background-color: #B93D31;
}
</style>
border-color css
<style>
span { border-color: #B93D31; }
span { border-color: rgb(185,61,49); }
td.TdClassName
{
border-color: #B93D31;
}
.TagClassName
{
border-color: #B93D31;
}
</style>