Shades of Medium Carmine #B8342E
Tints of Medium Carmine #B8342E
RGB
CMYK
RGB Variations
Color information
#B8342E (or 0xB8342E) is known color: Medium Carmine. HEX triplet: B8, 34 and 2E. RGB value is (184,52,46). Sum of RGB (Red+Green+Blue) = 184+52+46=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8342E is #47CBD1. Grayscale: #5A5A5A. Windows color (decimal): -4705234 or 3028152. OLE color: 3028152.
HSL color Cylindrical-coordinate representation of color #B8342E: hue angle of 2.61º 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 #B8342E is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 46 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.28 |
| HSL | 2.61º | 0.6% | 0.45% | - |
| HSV(B) | 2.61º | 0.75% | 0.72% | - |
| XYZ | 21.49 | 12.84 | 3.93 | - |
| YUV | 90.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 46 | 0 | 0.72 | 0.75 | 0.28 | 2.61 | 0.6 | 0.45 |
| Hex | B8 | 34 | 2E | 0 | 48 | 4B | 1C | 3 | 3C | 2D |
| Octal | 270 | 64 | 56 | 0 | 110 | 113 | 34 | 3 | 74 | 55 |
| Binary | 10111000 | 110100 | 101110 | 0 | 1001000 | 1001011 | 11100 | 11 | 111100 | 101101 |
Color Harmonies of #B8342E
Complementary color
Monochromatic Colors of #B8342E
Black with #B8342E
Text Example
Text Example
White with #B8342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8342E; }
p { color: rgb(184,52,46); }
H1.HeaderClassName
{
color: #B8342E;
}
.AnyTagClassName
{
color: #B8342E;
}
</style>
background-color css
<style>
a { background-color: #B8342E; }
a { background-color: rgb(184,52,46); }
div.DivClassName
{
background-color: #B8342E;
}
.BgClassName
{
background-color: #B8342E;
}
</style>
border-color css
<style>
span { border-color: #B8342E; }
span { border-color: rgb(184,52,46); }
td.TdClassName
{
border-color: #B8342E;
}
.TagClassName
{
border-color: #B8342E;
}
</style>