Shades of Medium Carmine #B64837
Tints of Medium Carmine #B64837
RGB
CMYK
RGB Variations
Color information
#B64837 (or 0xB64837) is known color: Medium Carmine. HEX triplet: B6, 48 and 37. RGB value is (182,72,55). Sum of RGB (Red+Green+Blue) = 182+72+55=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B64837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64837 is #49B7C8. Grayscale: #676767. Windows color (decimal): -4831177 or 3623094. OLE color: 3623094.
HSL color Cylindrical-coordinate representation of color #B64837: hue angle of 8.03º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64837 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 55 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.29 |
| HSL | 8.03º | 0.54% | 0.46% | - |
| HSV(B) | 8.03º | 0.7% | 0.71% | - |
| XYZ | 22.3 | 14.86 | 5.31 | - |
| YUV | 102.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 55 | 0 | 0.60 | 0.70 | 0.29 | 8.03 | 0.54 | 0.46 |
| Hex | B6 | 48 | 37 | 0 | 3C | 46 | 1D | 8 | 36 | 2E |
| Octal | 266 | 110 | 67 | 0 | 74 | 106 | 35 | 10 | 66 | 56 |
| Binary | 10110110 | 1001000 | 110111 | 0 | 111100 | 1000110 | 11101 | 1000 | 110110 | 101110 |
Color Harmonies of #B64837
Complementary color
Monochromatic Colors of #B64837
Black with #B64837
Text Example
Text Example
White with #B64837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64837; }
p { color: rgb(182,72,55); }
H1.HeaderClassName
{
color: #B64837;
}
.AnyTagClassName
{
color: #B64837;
}
</style>
background-color css
<style>
a { background-color: #B64837; }
a { background-color: rgb(182,72,55); }
div.DivClassName
{
background-color: #B64837;
}
.BgClassName
{
background-color: #B64837;
}
</style>
border-color css
<style>
span { border-color: #B64837; }
span { border-color: rgb(182,72,55); }
td.TdClassName
{
border-color: #B64837;
}
.TagClassName
{
border-color: #B64837;
}
</style>