Shades of Medium Carmine #B83931
Tints of Medium Carmine #B83931
RGB
CMYK
RGB Variations
Color information
#B83931 (or 0xB83931) is known color: Medium Carmine. HEX triplet: B8, 39 and 31. RGB value is (184,57,49). Sum of RGB (Red+Green+Blue) = 184+57+49=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B83931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83931 is #47C6CE. Grayscale: #5E5E5E. Windows color (decimal): -4703951 or 3226040. OLE color: 3226040.
HSL color Cylindrical-coordinate representation of color #B83931: hue angle of 3.56º degrees, saturation: 0.58, 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 #B83931 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 49 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.28 |
| HSL | 3.56º | 0.58% | 0.46% | - |
| HSV(B) | 3.56º | 0.73% | 0.72% | - |
| XYZ | 21.78 | 13.34 | 4.33 | - |
| YUV | 94.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 49 | 0 | 0.69 | 0.73 | 0.28 | 3.56 | 0.58 | 0.46 |
| Hex | B8 | 39 | 31 | 0 | 45 | 49 | 1C | 4 | 3A | 2E |
| Octal | 270 | 71 | 61 | 0 | 105 | 111 | 34 | 4 | 72 | 56 |
| Binary | 10111000 | 111001 | 110001 | 0 | 1000101 | 1001001 | 11100 | 100 | 111010 | 101110 |
Color Harmonies of #B83931
Complementary color
Monochromatic Colors of #B83931
Black with #B83931
Text Example
Text Example
White with #B83931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83931; }
p { color: rgb(184,57,49); }
H1.HeaderClassName
{
color: #B83931;
}
.AnyTagClassName
{
color: #B83931;
}
</style>
background-color css
<style>
a { background-color: #B83931; }
a { background-color: rgb(184,57,49); }
div.DivClassName
{
background-color: #B83931;
}
.BgClassName
{
background-color: #B83931;
}
</style>
border-color css
<style>
span { border-color: #B83931; }
span { border-color: rgb(184,57,49); }
td.TdClassName
{
border-color: #B83931;
}
.TagClassName
{
border-color: #B83931;
}
</style>