Shades of Medium Carmine #B8442C
Tints of Medium Carmine #B8442C
RGB
CMYK
RGB Variations
Color information
#B8442C (or 0xB8442C) is known color: Medium Carmine. HEX triplet: B8, 44 and 2C. RGB value is (184,68,44). Sum of RGB (Red+Green+Blue) = 184+68+44=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8442C is #47BBD3. Grayscale: #646464. Windows color (decimal): -4701140 or 2901176. OLE color: 2901176.
HSL color Cylindrical-coordinate representation of color #B8442C: hue angle of 10.29º 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 #B8442C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 44 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.28 |
| HSL | 10.29º | 0.61% | 0.45% | - |
| HSV(B) | 10.29º | 0.76% | 0.72% | - |
| XYZ | 22.29 | 14.51 | 4.01 | - |
| YUV | 99.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 44 | 0 | 0.63 | 0.76 | 0.28 | 10.29 | 0.61 | 0.45 |
| Hex | B8 | 44 | 2C | 0 | 3F | 4C | 1C | A | 3D | 2D |
| Octal | 270 | 104 | 54 | 0 | 77 | 114 | 34 | 12 | 75 | 55 |
| Binary | 10111000 | 1000100 | 101100 | 0 | 111111 | 1001100 | 11100 | 1010 | 111101 | 101101 |
Color Harmonies of #B8442C
Complementary color
Monochromatic Colors of #B8442C
Black with #B8442C
Text Example
Text Example
White with #B8442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8442C; }
p { color: rgb(184,68,44); }
H1.HeaderClassName
{
color: #B8442C;
}
.AnyTagClassName
{
color: #B8442C;
}
</style>
background-color css
<style>
a { background-color: #B8442C; }
a { background-color: rgb(184,68,44); }
div.DivClassName
{
background-color: #B8442C;
}
.BgClassName
{
background-color: #B8442C;
}
</style>
border-color css
<style>
span { border-color: #B8442C; }
span { border-color: rgb(184,68,44); }
td.TdClassName
{
border-color: #B8442C;
}
.TagClassName
{
border-color: #B8442C;
}
</style>