Shades of Medium Carmine #B84132
Tints of Medium Carmine #B84132
RGB
CMYK
RGB Variations
Color information
#B84132 (or 0xB84132) is known color: Medium Carmine. HEX triplet: B8, 41 and 32. RGB value is (184,65,50). Sum of RGB (Red+Green+Blue) = 184+65+50=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B84132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84132 is #47BECD. Grayscale: #636363. Windows color (decimal): -4701902 or 3293624. OLE color: 3293624.
HSL color Cylindrical-coordinate representation of color #B84132: hue angle of 6.72º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B84132 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 50 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.28 |
| HSL | 6.72º | 0.57% | 0.46% | - |
| HSV(B) | 6.72º | 0.73% | 0.72% | - |
| XYZ | 22.23 | 14.2 | 4.59 | - |
| YUV | 98.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 50 | 0 | 0.65 | 0.73 | 0.28 | 6.72 | 0.57 | 0.46 |
| Hex | B8 | 41 | 32 | 0 | 41 | 49 | 1C | 7 | 39 | 2E |
| Octal | 270 | 101 | 62 | 0 | 101 | 111 | 34 | 7 | 71 | 56 |
| Binary | 10111000 | 1000001 | 110010 | 0 | 1000001 | 1001001 | 11100 | 111 | 111001 | 101110 |
Color Harmonies of #B84132
Complementary color
Monochromatic Colors of #B84132
Black with #B84132
Text Example
Text Example
White with #B84132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84132; }
p { color: rgb(184,65,50); }
H1.HeaderClassName
{
color: #B84132;
}
.AnyTagClassName
{
color: #B84132;
}
</style>
background-color css
<style>
a { background-color: #B84132; }
a { background-color: rgb(184,65,50); }
div.DivClassName
{
background-color: #B84132;
}
.BgClassName
{
background-color: #B84132;
}
</style>
border-color css
<style>
span { border-color: #B84132; }
span { border-color: rgb(184,65,50); }
td.TdClassName
{
border-color: #B84132;
}
.TagClassName
{
border-color: #B84132;
}
</style>