Shades of Medium Carmine #B8473B
Tints of Medium Carmine #B8473B
RGB
CMYK
RGB Variations
Color information
#B8473B (or 0xB8473B) is known color: Medium Carmine. HEX triplet: B8, 47 and 3B. RGB value is (184,71,59). Sum of RGB (Red+Green+Blue) = 184+71+59=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8473B is #47B8C4. Grayscale: #676767. Windows color (decimal): -4700357 or 3884984. OLE color: 3884984.
HSL color Cylindrical-coordinate representation of color #B8473B: hue angle of 5.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8473B is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 59 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.28 |
| HSL | 5.76º | 0.51% | 0.48% | - |
| HSV(B) | 5.76º | 0.68% | 0.72% | - |
| XYZ | 22.81 | 15.01 | 5.83 | - |
| YUV | 103.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 59 | 0 | 0.61 | 0.68 | 0.28 | 5.76 | 0.51 | 0.48 |
| Hex | B8 | 47 | 3B | 0 | 3D | 44 | 1C | 6 | 33 | 30 |
| Octal | 270 | 107 | 73 | 0 | 75 | 104 | 34 | 6 | 63 | 60 |
| Binary | 10111000 | 1000111 | 111011 | 0 | 111101 | 1000100 | 11100 | 110 | 110011 | 110000 |
Color Harmonies of #B8473B
Complementary color
Monochromatic Colors of #B8473B
Black with #B8473B
Text Example
Text Example
White with #B8473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8473B; }
p { color: rgb(184,71,59); }
H1.HeaderClassName
{
color: #B8473B;
}
.AnyTagClassName
{
color: #B8473B;
}
</style>
background-color css
<style>
a { background-color: #B8473B; }
a { background-color: rgb(184,71,59); }
div.DivClassName
{
background-color: #B8473B;
}
.BgClassName
{
background-color: #B8473B;
}
</style>
border-color css
<style>
span { border-color: #B8473B; }
span { border-color: rgb(184,71,59); }
td.TdClassName
{
border-color: #B8473B;
}
.TagClassName
{
border-color: #B8473B;
}
</style>