Shades of Medium Carmine #B83C31
Tints of Medium Carmine #B83C31
RGB
CMYK
RGB Variations
Color information
#B83C31 (or 0xB83C31) is known color: Medium Carmine. HEX triplet: B8, 3C and 31. RGB value is (184,60,49). Sum of RGB (Red+Green+Blue) = 184+60+49=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C31 is #47C3CE. Grayscale: #5F5F5F. Windows color (decimal): -4703183 or 3226808. OLE color: 3226808.
HSL color Cylindrical-coordinate representation of color #B83C31: hue angle of 4.89º 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 #B83C31 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 49 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.28 |
| HSL | 4.89º | 0.58% | 0.46% | - |
| HSV(B) | 4.89º | 0.73% | 0.72% | - |
| XYZ | 21.94 | 13.64 | 4.38 | - |
| YUV | 95.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 49 | 0 | 0.67 | 0.73 | 0.28 | 4.89 | 0.58 | 0.46 |
| Hex | B8 | 3C | 31 | 0 | 43 | 49 | 1C | 5 | 3A | 2E |
| Octal | 270 | 74 | 61 | 0 | 103 | 111 | 34 | 5 | 72 | 56 |
| Binary | 10111000 | 111100 | 110001 | 0 | 1000011 | 1001001 | 11100 | 101 | 111010 | 101110 |
Color Harmonies of #B83C31
Complementary color
Monochromatic Colors of #B83C31
Black with #B83C31
Text Example
Text Example
White with #B83C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C31; }
p { color: rgb(184,60,49); }
H1.HeaderClassName
{
color: #B83C31;
}
.AnyTagClassName
{
color: #B83C31;
}
</style>
background-color css
<style>
a { background-color: #B83C31; }
a { background-color: rgb(184,60,49); }
div.DivClassName
{
background-color: #B83C31;
}
.BgClassName
{
background-color: #B83C31;
}
</style>
border-color css
<style>
span { border-color: #B83C31; }
span { border-color: rgb(184,60,49); }
td.TdClassName
{
border-color: #B83C31;
}
.TagClassName
{
border-color: #B83C31;
}
</style>