Shades of Medium Carmine #B83D3C
Tints of Medium Carmine #B83D3C
RGB
CMYK
RGB Variations
Color information
#B83D3C (or 0xB83D3C) is known color: Medium Carmine. HEX triplet: B8, 3D and 3C. RGB value is (184,61,60). Sum of RGB (Red+Green+Blue) = 184+61+60=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D3C is #47C2C3. Grayscale: #616161. Windows color (decimal): -4702916 or 3947960. OLE color: 3947960.
HSL color Cylindrical-coordinate representation of color #B83D3C: hue angle of 0.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D3C is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 60 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.28 |
| HSL | 0.48º | 0.51% | 0.48% | - |
| HSV(B) | 0.48º | 0.67% | 0.72% | - |
| XYZ | 22.25 | 13.85 | 5.78 | - |
| YUV | 97.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 60 | 0 | 0.67 | 0.67 | 0.28 | 0.48 | 0.51 | 0.48 |
| Hex | B8 | 3D | 3C | 0 | 43 | 43 | 1C | 0 | 33 | 30 |
| Octal | 270 | 75 | 74 | 0 | 103 | 103 | 34 | 0 | 63 | 60 |
| Binary | 10111000 | 111101 | 111100 | 0 | 1000011 | 1000011 | 11100 | 0 | 110011 | 110000 |
Color Harmonies of #B83D3C
Complementary color
Monochromatic Colors of #B83D3C
Black with #B83D3C
Text Example
Text Example
White with #B83D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D3C; }
p { color: rgb(184,61,60); }
H1.HeaderClassName
{
color: #B83D3C;
}
.AnyTagClassName
{
color: #B83D3C;
}
</style>
background-color css
<style>
a { background-color: #B83D3C; }
a { background-color: rgb(184,61,60); }
div.DivClassName
{
background-color: #B83D3C;
}
.BgClassName
{
background-color: #B83D3C;
}
</style>
border-color css
<style>
span { border-color: #B83D3C; }
span { border-color: rgb(184,61,60); }
td.TdClassName
{
border-color: #B83D3C;
}
.TagClassName
{
border-color: #B83D3C;
}
</style>