Shades of Medium Carmine #B83D32
Tints of Medium Carmine #B83D32
RGB
CMYK
RGB Variations
Color information
#B83D32 (or 0xB83D32) is known color: Medium Carmine. HEX triplet: B8, 3D and 32. RGB value is (184,61,50). Sum of RGB (Red+Green+Blue) = 184+61+50=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D32 is #47C2CD. Grayscale: #606060. Windows color (decimal): -4702926 or 3292600. OLE color: 3292600.
HSL color Cylindrical-coordinate representation of color #B83D32: hue angle of 4.93º 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 #B83D32 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 50 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.28 |
| HSL | 4.93º | 0.57% | 0.46% | - |
| HSV(B) | 4.93º | 0.73% | 0.72% | - |
| XYZ | 22.01 | 13.76 | 4.51 | - |
| YUV | 96.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 50 | 0 | 0.67 | 0.73 | 0.28 | 4.93 | 0.57 | 0.46 |
| Hex | B8 | 3D | 32 | 0 | 43 | 49 | 1C | 5 | 39 | 2E |
| Octal | 270 | 75 | 62 | 0 | 103 | 111 | 34 | 5 | 71 | 56 |
| Binary | 10111000 | 111101 | 110010 | 0 | 1000011 | 1001001 | 11100 | 101 | 111001 | 101110 |
Color Harmonies of #B83D32
Complementary color
Monochromatic Colors of #B83D32
Black with #B83D32
Text Example
Text Example
White with #B83D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D32; }
p { color: rgb(184,61,50); }
H1.HeaderClassName
{
color: #B83D32;
}
.AnyTagClassName
{
color: #B83D32;
}
</style>
background-color css
<style>
a { background-color: #B83D32; }
a { background-color: rgb(184,61,50); }
div.DivClassName
{
background-color: #B83D32;
}
.BgClassName
{
background-color: #B83D32;
}
</style>
border-color css
<style>
span { border-color: #B83D32; }
span { border-color: rgb(184,61,50); }
td.TdClassName
{
border-color: #B83D32;
}
.TagClassName
{
border-color: #B83D32;
}
</style>