Shades of Medium Carmine #B84238
Tints of Medium Carmine #B84238
RGB
CMYK
RGB Variations
Color information
#B84238 (or 0xB84238) is known color: Medium Carmine. HEX triplet: B8, 42 and 38. RGB value is (184,66,56). Sum of RGB (Red+Green+Blue) = 184+66+56=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B84238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84238 is #47BDC7. Grayscale: #646464. Windows color (decimal): -4701640 or 3687096. OLE color: 3687096.
HSL color Cylindrical-coordinate representation of color #B84238: hue angle of 4.69º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84238 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 56 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.28 |
| HSL | 4.69º | 0.53% | 0.47% | - |
| HSV(B) | 4.69º | 0.7% | 0.72% | - |
| XYZ | 22.43 | 14.37 | 5.33 | - |
| YUV | 100.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 56 | 0 | 0.64 | 0.70 | 0.28 | 4.69 | 0.53 | 0.47 |
| Hex | B8 | 42 | 38 | 0 | 40 | 46 | 1C | 5 | 35 | 2F |
| Octal | 270 | 102 | 70 | 0 | 100 | 106 | 34 | 5 | 65 | 57 |
| Binary | 10111000 | 1000010 | 111000 | 0 | 1000000 | 1000110 | 11100 | 101 | 110101 | 101111 |
Color Harmonies of #B84238
Complementary color
Monochromatic Colors of #B84238
Black with #B84238
Text Example
Text Example
White with #B84238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84238; }
p { color: rgb(184,66,56); }
H1.HeaderClassName
{
color: #B84238;
}
.AnyTagClassName
{
color: #B84238;
}
</style>
background-color css
<style>
a { background-color: #B84238; }
a { background-color: rgb(184,66,56); }
div.DivClassName
{
background-color: #B84238;
}
.BgClassName
{
background-color: #B84238;
}
</style>
border-color css
<style>
span { border-color: #B84238; }
span { border-color: rgb(184,66,56); }
td.TdClassName
{
border-color: #B84238;
}
.TagClassName
{
border-color: #B84238;
}
</style>