Shades of Medium Carmine #B8382C
Tints of Medium Carmine #B8382C
RGB
CMYK
RGB Variations
Color information
#B8382C (or 0xB8382C) is known color: Medium Carmine. HEX triplet: B8, 38 and 2C. RGB value is (184,56,44). Sum of RGB (Red+Green+Blue) = 184+56+44=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8382C is #47C7D3. Grayscale: #5D5D5D. Windows color (decimal): -4704212 or 2898104. OLE color: 2898104.
HSL color Cylindrical-coordinate representation of color #B8382C: hue angle of 5.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8382C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 44 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.28 |
| HSL | 5.14º | 0.61% | 0.45% | - |
| HSV(B) | 5.14º | 0.76% | 0.72% | - |
| XYZ | 21.64 | 13.2 | 3.79 | - |
| YUV | 92.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 44 | 0 | 0.70 | 0.76 | 0.28 | 5.14 | 0.61 | 0.45 |
| Hex | B8 | 38 | 2C | 0 | 46 | 4C | 1C | 5 | 3D | 2D |
| Octal | 270 | 70 | 54 | 0 | 106 | 114 | 34 | 5 | 75 | 55 |
| Binary | 10111000 | 111000 | 101100 | 0 | 1000110 | 1001100 | 11100 | 101 | 111101 | 101101 |
Color Harmonies of #B8382C
Complementary color
Monochromatic Colors of #B8382C
Black with #B8382C
Text Example
Text Example
White with #B8382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8382C; }
p { color: rgb(184,56,44); }
H1.HeaderClassName
{
color: #B8382C;
}
.AnyTagClassName
{
color: #B8382C;
}
</style>
background-color css
<style>
a { background-color: #B8382C; }
a { background-color: rgb(184,56,44); }
div.DivClassName
{
background-color: #B8382C;
}
.BgClassName
{
background-color: #B8382C;
}
</style>
border-color css
<style>
span { border-color: #B8382C; }
span { border-color: rgb(184,56,44); }
td.TdClassName
{
border-color: #B8382C;
}
.TagClassName
{
border-color: #B8382C;
}
</style>