Shades of Medium Carmine #B83B2C
Tints of Medium Carmine #B83B2C
RGB
CMYK
RGB Variations
Color information
#B83B2C (or 0xB83B2C) is known color: Medium Carmine. HEX triplet: B8, 3B and 2C. RGB value is (184,59,44). Sum of RGB (Red+Green+Blue) = 184+59+44=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B2C is #47C4D3. Grayscale: #5E5E5E. Windows color (decimal): -4703444 or 2898872. OLE color: 2898872.
HSL color Cylindrical-coordinate representation of color #B83B2C: hue angle of 6.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83B2C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 44 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.28 |
| HSL | 6.43º | 0.61% | 0.45% | - |
| HSV(B) | 6.43º | 0.76% | 0.72% | - |
| XYZ | 21.79 | 13.5 | 3.84 | - |
| YUV | 94.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 44 | 0 | 0.68 | 0.76 | 0.28 | 6.43 | 0.61 | 0.45 |
| Hex | B8 | 3B | 2C | 0 | 44 | 4C | 1C | 6 | 3D | 2D |
| Octal | 270 | 73 | 54 | 0 | 104 | 114 | 34 | 6 | 75 | 55 |
| Binary | 10111000 | 111011 | 101100 | 0 | 1000100 | 1001100 | 11100 | 110 | 111101 | 101101 |
Color Harmonies of #B83B2C
Complementary color
Monochromatic Colors of #B83B2C
Black with #B83B2C
Text Example
Text Example
White with #B83B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B2C; }
p { color: rgb(184,59,44); }
H1.HeaderClassName
{
color: #B83B2C;
}
.AnyTagClassName
{
color: #B83B2C;
}
</style>
background-color css
<style>
a { background-color: #B83B2C; }
a { background-color: rgb(184,59,44); }
div.DivClassName
{
background-color: #B83B2C;
}
.BgClassName
{
background-color: #B83B2C;
}
</style>
border-color css
<style>
span { border-color: #B83B2C; }
span { border-color: rgb(184,59,44); }
td.TdClassName
{
border-color: #B83B2C;
}
.TagClassName
{
border-color: #B83B2C;
}
</style>