Shades of Medium Carmine #B8422C
Tints of Medium Carmine #B8422C
RGB
CMYK
RGB Variations
Color information
#B8422C (or 0xB8422C) is known color: Medium Carmine. HEX triplet: B8, 42 and 2C. RGB value is (184,66,44). Sum of RGB (Red+Green+Blue) = 184+66+44=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8422C is #47BDD3. Grayscale: #626262. Windows color (decimal): -4701652 or 2900664. OLE color: 2900664.
HSL color Cylindrical-coordinate representation of color #B8422C: hue angle of 9.43º 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 #B8422C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 44 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.28 |
| HSL | 9.43º | 0.61% | 0.45% | - |
| HSV(B) | 9.43º | 0.76% | 0.72% | - |
| XYZ | 22.17 | 14.27 | 3.97 | - |
| YUV | 98.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 44 | 0 | 0.64 | 0.76 | 0.28 | 9.43 | 0.61 | 0.45 |
| Hex | B8 | 42 | 2C | 0 | 40 | 4C | 1C | 9 | 3D | 2D |
| Octal | 270 | 102 | 54 | 0 | 100 | 114 | 34 | 11 | 75 | 55 |
| Binary | 10111000 | 1000010 | 101100 | 0 | 1000000 | 1001100 | 11100 | 1001 | 111101 | 101101 |
Color Harmonies of #B8422C
Complementary color
Monochromatic Colors of #B8422C
Black with #B8422C
Text Example
Text Example
White with #B8422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8422C; }
p { color: rgb(184,66,44); }
H1.HeaderClassName
{
color: #B8422C;
}
.AnyTagClassName
{
color: #B8422C;
}
</style>
background-color css
<style>
a { background-color: #B8422C; }
a { background-color: rgb(184,66,44); }
div.DivClassName
{
background-color: #B8422C;
}
.BgClassName
{
background-color: #B8422C;
}
</style>
border-color css
<style>
span { border-color: #B8422C; }
span { border-color: rgb(184,66,44); }
td.TdClassName
{
border-color: #B8422C;
}
.TagClassName
{
border-color: #B8422C;
}
</style>