Shades of Medium Carmine #B8372D
Tints of Medium Carmine #B8372D
RGB
CMYK
RGB Variations
Color information
#B8372D (or 0xB8372D) is known color: Medium Carmine. HEX triplet: B8, 37 and 2D. RGB value is (184,55,45). Sum of RGB (Red+Green+Blue) = 184+55+45=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8372D is #47C8D2. Grayscale: #5C5C5C. Windows color (decimal): -4704467 or 2963384. OLE color: 2963384.
HSL color Cylindrical-coordinate representation of color #B8372D: hue angle of 4.32º 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 #B8372D is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 45 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.28 |
| HSL | 4.32º | 0.61% | 0.45% | - |
| HSV(B) | 4.32º | 0.76% | 0.72% | - |
| XYZ | 21.61 | 13.11 | 3.87 | - |
| YUV | 92.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 45 | 0 | 0.70 | 0.76 | 0.28 | 4.32 | 0.61 | 0.45 |
| Hex | B8 | 37 | 2D | 0 | 46 | 4C | 1C | 4 | 3D | 2D |
| Octal | 270 | 67 | 55 | 0 | 106 | 114 | 34 | 4 | 75 | 55 |
| Binary | 10111000 | 110111 | 101101 | 0 | 1000110 | 1001100 | 11100 | 100 | 111101 | 101101 |
Color Harmonies of #B8372D
Complementary color
Monochromatic Colors of #B8372D
Black with #B8372D
Text Example
Text Example
White with #B8372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8372D; }
p { color: rgb(184,55,45); }
H1.HeaderClassName
{
color: #B8372D;
}
.AnyTagClassName
{
color: #B8372D;
}
</style>
background-color css
<style>
a { background-color: #B8372D; }
a { background-color: rgb(184,55,45); }
div.DivClassName
{
background-color: #B8372D;
}
.BgClassName
{
background-color: #B8372D;
}
</style>
border-color css
<style>
span { border-color: #B8372D; }
span { border-color: rgb(184,55,45); }
td.TdClassName
{
border-color: #B8372D;
}
.TagClassName
{
border-color: #B8372D;
}
</style>