Shades of Medium Carmine #B83C3B
Tints of Medium Carmine #B83C3B
RGB
CMYK
RGB Variations
Color information
#B83C3B (or 0xB83C3B) is known color: Medium Carmine. HEX triplet: B8, 3C and 3B. RGB value is (184,60,59). Sum of RGB (Red+Green+Blue) = 184+60+59=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C3B is #47C3C4. Grayscale: #616161. Windows color (decimal): -4703173 or 3882168. OLE color: 3882168.
HSL color Cylindrical-coordinate representation of color #B83C3B: 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.68%. Process color model (Four color, CMYK) of #B83C3B is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 59 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.28 |
| HSL | 0.48º | 0.51% | 0.48% | - |
| HSV(B) | 0.48º | 0.68% | 0.72% | - |
| XYZ | 22.17 | 13.74 | 5.62 | - |
| YUV | 96.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 59 | 0 | 0.67 | 0.68 | 0.28 | 0.48 | 0.51 | 0.48 |
| Hex | B8 | 3C | 3B | 0 | 43 | 44 | 1C | 0 | 33 | 30 |
| Octal | 270 | 74 | 73 | 0 | 103 | 104 | 34 | 0 | 63 | 60 |
| Binary | 10111000 | 111100 | 111011 | 0 | 1000011 | 1000100 | 11100 | 0 | 110011 | 110000 |
Color Harmonies of #B83C3B
Complementary color
Monochromatic Colors of #B83C3B
Black with #B83C3B
Text Example
Text Example
White with #B83C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C3B; }
p { color: rgb(184,60,59); }
H1.HeaderClassName
{
color: #B83C3B;
}
.AnyTagClassName
{
color: #B83C3B;
}
</style>
background-color css
<style>
a { background-color: #B83C3B; }
a { background-color: rgb(184,60,59); }
div.DivClassName
{
background-color: #B83C3B;
}
.BgClassName
{
background-color: #B83C3B;
}
</style>
border-color css
<style>
span { border-color: #B83C3B; }
span { border-color: rgb(184,60,59); }
td.TdClassName
{
border-color: #B83C3B;
}
.TagClassName
{
border-color: #B83C3B;
}
</style>