Shades of Medium Carmine #B84040
Tints of Medium Carmine #B84040
RGB
CMYK
RGB Variations
Color information
#B84040 (or 0xB84040) is known color: Medium Carmine. HEX triplet: B8, 40 and 40. RGB value is (184,64,64). Sum of RGB (Red+Green+Blue) = 184+64+64=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B84040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84040 is #47BFBF. Grayscale: #646464. Windows color (decimal): -4702144 or 4210872. OLE color: 4210872.
HSL color Cylindrical-coordinate representation of color #B84040: hue angle of 0º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84040 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 64 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.28 |
| HSL | 0º | 0.48% | 0.49% | - |
| HSV(B) | 0º | 0.65% | 0.72% | - |
| XYZ | 22.53 | 14.23 | 6.41 | - |
| YUV | 99.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 64 | 0 | 0.65 | 0.65 | 0.28 | 0 | 0.48 | 0.49 |
| Hex | B8 | 40 | 40 | 0 | 41 | 41 | 1C | 0 | 30 | 31 |
| Octal | 270 | 100 | 100 | 0 | 101 | 101 | 34 | 0 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1000000 | 0 | 1000001 | 1000001 | 11100 | 0 | 110000 | 110001 |
Color Harmonies of #B84040
Complementary color
Monochromatic Colors of #B84040
Black with #B84040
Text Example
Text Example
White with #B84040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84040; }
p { color: rgb(184,64,64); }
H1.HeaderClassName
{
color: #B84040;
}
.AnyTagClassName
{
color: #B84040;
}
</style>
background-color css
<style>
a { background-color: #B84040; }
a { background-color: rgb(184,64,64); }
div.DivClassName
{
background-color: #B84040;
}
.BgClassName
{
background-color: #B84040;
}
</style>
border-color css
<style>
span { border-color: #B84040; }
span { border-color: rgb(184,64,64); }
td.TdClassName
{
border-color: #B84040;
}
.TagClassName
{
border-color: #B84040;
}
</style>