Shades of Medium Carmine #B83D38
Tints of Medium Carmine #B83D38
RGB
CMYK
RGB Variations
Color information
#B83D38 (or 0xB83D38) is known color: Medium Carmine. HEX triplet: B8, 3D and 38. RGB value is (184,61,56). Sum of RGB (Red+Green+Blue) = 184+61+56=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D38 is #47C2C7. Grayscale: #616161. Windows color (decimal): -4702920 or 3685816. OLE color: 3685816.
HSL color Cylindrical-coordinate representation of color #B83D38: hue angle of 2.34º 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 #B83D38 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 56 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.28 |
| HSL | 2.34º | 0.53% | 0.47% | - |
| HSV(B) | 2.34º | 0.7% | 0.72% | - |
| XYZ | 22.15 | 13.81 | 5.24 | - |
| YUV | 97.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 56 | 0 | 0.67 | 0.70 | 0.28 | 2.34 | 0.53 | 0.47 |
| Hex | B8 | 3D | 38 | 0 | 43 | 46 | 1C | 2 | 35 | 2F |
| Octal | 270 | 75 | 70 | 0 | 103 | 106 | 34 | 2 | 65 | 57 |
| Binary | 10111000 | 111101 | 111000 | 0 | 1000011 | 1000110 | 11100 | 10 | 110101 | 101111 |
Color Harmonies of #B83D38
Complementary color
Monochromatic Colors of #B83D38
Black with #B83D38
Text Example
Text Example
White with #B83D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D38; }
p { color: rgb(184,61,56); }
H1.HeaderClassName
{
color: #B83D38;
}
.AnyTagClassName
{
color: #B83D38;
}
</style>
background-color css
<style>
a { background-color: #B83D38; }
a { background-color: rgb(184,61,56); }
div.DivClassName
{
background-color: #B83D38;
}
.BgClassName
{
background-color: #B83D38;
}
</style>
border-color css
<style>
span { border-color: #B83D38; }
span { border-color: rgb(184,61,56); }
td.TdClassName
{
border-color: #B83D38;
}
.TagClassName
{
border-color: #B83D38;
}
</style>