Shades of Medium Carmine #B9392D
Tints of Medium Carmine #B9392D
RGB
CMYK
RGB Variations
Color information
#B9392D (or 0xB9392D) is known color: Medium Carmine. HEX triplet: B9, 39 and 2D. RGB value is (185,57,45). Sum of RGB (Red+Green+Blue) = 185+57+45=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B9392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9392D is #46C6D2. Grayscale: #5E5E5E. Windows color (decimal): -4638419 or 2963897. OLE color: 2963897.
HSL color Cylindrical-coordinate representation of color #B9392D: hue angle of 5.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9392D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 45 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.27 |
| HSL | 5.14º | 0.61% | 0.45% | - |
| HSV(B) | 5.14º | 0.76% | 0.73% | - |
| XYZ | 21.94 | 13.43 | 3.92 | - |
| YUV | 93.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 45 | 0 | 0.69 | 0.76 | 0.27 | 5.14 | 0.61 | 0.45 |
| Hex | B9 | 39 | 2D | 0 | 45 | 4C | 1B | 5 | 3D | 2D |
| Octal | 271 | 71 | 55 | 0 | 105 | 114 | 33 | 5 | 75 | 55 |
| Binary | 10111001 | 111001 | 101101 | 0 | 1000101 | 1001100 | 11011 | 101 | 111101 | 101101 |
Color Harmonies of #B9392D
Complementary color
Monochromatic Colors of #B9392D
Black with #B9392D
Text Example
Text Example
White with #B9392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9392D; }
p { color: rgb(185,57,45); }
H1.HeaderClassName
{
color: #B9392D;
}
.AnyTagClassName
{
color: #B9392D;
}
</style>
background-color css
<style>
a { background-color: #B9392D; }
a { background-color: rgb(185,57,45); }
div.DivClassName
{
background-color: #B9392D;
}
.BgClassName
{
background-color: #B9392D;
}
</style>
border-color css
<style>
span { border-color: #B9392D; }
span { border-color: rgb(185,57,45); }
td.TdClassName
{
border-color: #B9392D;
}
.TagClassName
{
border-color: #B9392D;
}
</style>