Shades of Medium Carmine #B8372F
Tints of Medium Carmine #B8372F
RGB
CMYK
RGB Variations
Color information
#B8372F (or 0xB8372F) is known color: Medium Carmine. HEX triplet: B8, 37 and 2F. RGB value is (184,55,47). Sum of RGB (Red+Green+Blue) = 184+55+47=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B8372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8372F is #47C8D0. Grayscale: #5C5C5C. Windows color (decimal): -4704465 or 3094456. OLE color: 3094456.
HSL color Cylindrical-coordinate representation of color #B8372F: hue angle of 3.5º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8372F is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 47 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.28 |
| HSL | 3.5º | 0.59% | 0.45% | - |
| HSV(B) | 3.5º | 0.74% | 0.72% | - |
| XYZ | 21.65 | 13.13 | 4.08 | - |
| YUV | 92.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 47 | 0 | 0.70 | 0.74 | 0.28 | 3.5 | 0.59 | 0.45 |
| Hex | B8 | 37 | 2F | 0 | 46 | 4A | 1C | 4 | 3B | 2D |
| Octal | 270 | 67 | 57 | 0 | 106 | 112 | 34 | 4 | 73 | 55 |
| Binary | 10111000 | 110111 | 101111 | 0 | 1000110 | 1001010 | 11100 | 100 | 111011 | 101101 |
Color Harmonies of #B8372F
Complementary color
Monochromatic Colors of #B8372F
Black with #B8372F
Text Example
Text Example
White with #B8372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8372F; }
p { color: rgb(184,55,47); }
H1.HeaderClassName
{
color: #B8372F;
}
.AnyTagClassName
{
color: #B8372F;
}
</style>
background-color css
<style>
a { background-color: #B8372F; }
a { background-color: rgb(184,55,47); }
div.DivClassName
{
background-color: #B8372F;
}
.BgClassName
{
background-color: #B8372F;
}
</style>
border-color css
<style>
span { border-color: #B8372F; }
span { border-color: rgb(184,55,47); }
td.TdClassName
{
border-color: #B8372F;
}
.TagClassName
{
border-color: #B8372F;
}
</style>