Shades of Medium Carmine #B84232
Tints of Medium Carmine #B84232
RGB
CMYK
RGB Variations
Color information
#B84232 (or 0xB84232) is known color: Medium Carmine. HEX triplet: B8, 42 and 32. RGB value is (184,66,50). Sum of RGB (Red+Green+Blue) = 184+66+50=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B84232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84232 is #47BDCD. Grayscale: #636363. Windows color (decimal): -4701646 or 3293880. OLE color: 3293880.
HSL color Cylindrical-coordinate representation of color #B84232: hue angle of 7.16º 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 #B84232 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 50 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.28 |
| HSL | 7.16º | 0.57% | 0.46% | - |
| HSV(B) | 7.16º | 0.73% | 0.72% | - |
| XYZ | 22.29 | 14.32 | 4.61 | - |
| YUV | 99.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 50 | 0 | 0.64 | 0.73 | 0.28 | 7.16 | 0.57 | 0.46 |
| Hex | B8 | 42 | 32 | 0 | 40 | 49 | 1C | 7 | 39 | 2E |
| Octal | 270 | 102 | 62 | 0 | 100 | 111 | 34 | 7 | 71 | 56 |
| Binary | 10111000 | 1000010 | 110010 | 0 | 1000000 | 1001001 | 11100 | 111 | 111001 | 101110 |
Color Harmonies of #B84232
Complementary color
Monochromatic Colors of #B84232
Black with #B84232
Text Example
Text Example
White with #B84232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84232; }
p { color: rgb(184,66,50); }
H1.HeaderClassName
{
color: #B84232;
}
.AnyTagClassName
{
color: #B84232;
}
</style>
background-color css
<style>
a { background-color: #B84232; }
a { background-color: rgb(184,66,50); }
div.DivClassName
{
background-color: #B84232;
}
.BgClassName
{
background-color: #B84232;
}
</style>
border-color css
<style>
span { border-color: #B84232; }
span { border-color: rgb(184,66,50); }
td.TdClassName
{
border-color: #B84232;
}
.TagClassName
{
border-color: #B84232;
}
</style>