Shades of Medium Carmine #B8372E
Tints of Medium Carmine #B8372E
RGB
CMYK
RGB Variations
Color information
#B8372E (or 0xB8372E) is known color: Medium Carmine. HEX triplet: B8, 37 and 2E. RGB value is (184,55,46). Sum of RGB (Red+Green+Blue) = 184+55+46=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8372E is #47C8D1. Grayscale: #5C5C5C. Windows color (decimal): -4704466 or 3028920. OLE color: 3028920.
HSL color Cylindrical-coordinate representation of color #B8372E: hue angle of 3.91º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8372E is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 46 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.28 |
| HSL | 3.91º | 0.6% | 0.45% | - |
| HSV(B) | 3.91º | 0.75% | 0.72% | - |
| XYZ | 21.63 | 13.12 | 3.98 | - |
| YUV | 92.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 46 | 0 | 0.70 | 0.75 | 0.28 | 3.91 | 0.6 | 0.45 |
| Hex | B8 | 37 | 2E | 0 | 46 | 4B | 1C | 4 | 3C | 2D |
| Octal | 270 | 67 | 56 | 0 | 106 | 113 | 34 | 4 | 74 | 55 |
| Binary | 10111000 | 110111 | 101110 | 0 | 1000110 | 1001011 | 11100 | 100 | 111100 | 101101 |
Color Harmonies of #B8372E
Complementary color
Monochromatic Colors of #B8372E
Black with #B8372E
Text Example
Text Example
White with #B8372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8372E; }
p { color: rgb(184,55,46); }
H1.HeaderClassName
{
color: #B8372E;
}
.AnyTagClassName
{
color: #B8372E;
}
</style>
background-color css
<style>
a { background-color: #B8372E; }
a { background-color: rgb(184,55,46); }
div.DivClassName
{
background-color: #B8372E;
}
.BgClassName
{
background-color: #B8372E;
}
</style>
border-color css
<style>
span { border-color: #B8372E; }
span { border-color: rgb(184,55,46); }
td.TdClassName
{
border-color: #B8372E;
}
.TagClassName
{
border-color: #B8372E;
}
</style>