Shades of Medium Carmine #B83D33
Tints of Medium Carmine #B83D33
RGB
CMYK
RGB Variations
Color information
#B83D33 (or 0xB83D33) is known color: Medium Carmine. HEX triplet: B8, 3D and 33. RGB value is (184,61,51). Sum of RGB (Red+Green+Blue) = 184+61+51=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D33 is #47C2CC. Grayscale: #606060. Windows color (decimal): -4702925 or 3358136. OLE color: 3358136.
HSL color Cylindrical-coordinate representation of color #B83D33: hue angle of 4.51º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83D33 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 51 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.28 |
| HSL | 4.51º | 0.57% | 0.46% | - |
| HSV(B) | 4.51º | 0.72% | 0.72% | - |
| XYZ | 22.03 | 13.77 | 4.63 | - |
| YUV | 96.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 51 | 0 | 0.67 | 0.72 | 0.28 | 4.51 | 0.57 | 0.46 |
| Hex | B8 | 3D | 33 | 0 | 43 | 48 | 1C | 5 | 39 | 2E |
| Octal | 270 | 75 | 63 | 0 | 103 | 110 | 34 | 5 | 71 | 56 |
| Binary | 10111000 | 111101 | 110011 | 0 | 1000011 | 1001000 | 11100 | 101 | 111001 | 101110 |
Color Harmonies of #B83D33
Complementary color
Monochromatic Colors of #B83D33
Black with #B83D33
Text Example
Text Example
White with #B83D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D33; }
p { color: rgb(184,61,51); }
H1.HeaderClassName
{
color: #B83D33;
}
.AnyTagClassName
{
color: #B83D33;
}
</style>
background-color css
<style>
a { background-color: #B83D33; }
a { background-color: rgb(184,61,51); }
div.DivClassName
{
background-color: #B83D33;
}
.BgClassName
{
background-color: #B83D33;
}
</style>
border-color css
<style>
span { border-color: #B83D33; }
span { border-color: rgb(184,61,51); }
td.TdClassName
{
border-color: #B83D33;
}
.TagClassName
{
border-color: #B83D33;
}
</style>