Shades of Medium Carmine #B93D3C
Tints of Medium Carmine #B93D3C
RGB
CMYK
RGB Variations
Color information
#B93D3C (or 0xB93D3C) is known color: Medium Carmine. HEX triplet: B9, 3D and 3C. RGB value is (185,61,60). Sum of RGB (Red+Green+Blue) = 185+61+60=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D3C is #46C2C3. Grayscale: #626262. Windows color (decimal): -4637380 or 3947961. OLE color: 3947961.
HSL color Cylindrical-coordinate representation of color #B93D3C: hue angle of 0.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93D3C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 60 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.27 |
| HSL | 0.48º | 0.51% | 0.48% | - |
| HSV(B) | 0.48º | 0.68% | 0.73% | - |
| XYZ | 22.49 | 13.98 | 5.79 | - |
| YUV | 97.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 60 | 0 | 0.67 | 0.68 | 0.27 | 0.48 | 0.51 | 0.48 |
| Hex | B9 | 3D | 3C | 0 | 43 | 44 | 1B | 0 | 33 | 30 |
| Octal | 271 | 75 | 74 | 0 | 103 | 104 | 33 | 0 | 63 | 60 |
| Binary | 10111001 | 111101 | 111100 | 0 | 1000011 | 1000100 | 11011 | 0 | 110011 | 110000 |
Color Harmonies of #B93D3C
Complementary color
Monochromatic Colors of #B93D3C
Black with #B93D3C
Text Example
Text Example
White with #B93D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D3C; }
p { color: rgb(185,61,60); }
H1.HeaderClassName
{
color: #B93D3C;
}
.AnyTagClassName
{
color: #B93D3C;
}
</style>
background-color css
<style>
a { background-color: #B93D3C; }
a { background-color: rgb(185,61,60); }
div.DivClassName
{
background-color: #B93D3C;
}
.BgClassName
{
background-color: #B93D3C;
}
</style>
border-color css
<style>
span { border-color: #B93D3C; }
span { border-color: rgb(185,61,60); }
td.TdClassName
{
border-color: #B93D3C;
}
.TagClassName
{
border-color: #B93D3C;
}
</style>