Shades of Medium Carmine #B83F37
Tints of Medium Carmine #B83F37
RGB
CMYK
RGB Variations
Color information
#B83F37 (or 0xB83F37) is known color: Medium Carmine. HEX triplet: B8, 3F and 37. RGB value is (184,63,55). Sum of RGB (Red+Green+Blue) = 184+63+55=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F37 is #47C0C8. Grayscale: #626262. Windows color (decimal): -4702409 or 3620792. OLE color: 3620792.
HSL color Cylindrical-coordinate representation of color #B83F37: hue angle of 3.72º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83F37 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 55 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.28 |
| HSL | 3.72º | 0.54% | 0.47% | - |
| HSV(B) | 3.72º | 0.7% | 0.72% | - |
| XYZ | 22.23 | 14.02 | 5.15 | - |
| YUV | 98.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 55 | 0 | 0.66 | 0.70 | 0.28 | 3.72 | 0.54 | 0.47 |
| Hex | B8 | 3F | 37 | 0 | 42 | 46 | 1C | 4 | 36 | 2F |
| Octal | 270 | 77 | 67 | 0 | 102 | 106 | 34 | 4 | 66 | 57 |
| Binary | 10111000 | 111111 | 110111 | 0 | 1000010 | 1000110 | 11100 | 100 | 110110 | 101111 |
Color Harmonies of #B83F37
Complementary color
Monochromatic Colors of #B83F37
Black with #B83F37
Text Example
Text Example
White with #B83F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F37; }
p { color: rgb(184,63,55); }
H1.HeaderClassName
{
color: #B83F37;
}
.AnyTagClassName
{
color: #B83F37;
}
</style>
background-color css
<style>
a { background-color: #B83F37; }
a { background-color: rgb(184,63,55); }
div.DivClassName
{
background-color: #B83F37;
}
.BgClassName
{
background-color: #B83F37;
}
</style>
border-color css
<style>
span { border-color: #B83F37; }
span { border-color: rgb(184,63,55); }
td.TdClassName
{
border-color: #B83F37;
}
.TagClassName
{
border-color: #B83F37;
}
</style>