Shades of Medium Carmine #B34837
Tints of Medium Carmine #B34837
RGB
CMYK
RGB Variations
Color information
#B34837 (or 0xB34837) is known color: Medium Carmine. HEX triplet: B3, 48 and 37. RGB value is (179,72,55). Sum of RGB (Red+Green+Blue) = 179+72+55=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B34837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34837 is #4CB7C8. Grayscale: #666666. Windows color (decimal): -5027785 or 3623091. OLE color: 3623091.
HSL color Cylindrical-coordinate representation of color #B34837: hue angle of 8.23º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34837 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 55 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.30 |
| HSL | 8.23º | 0.53% | 0.46% | - |
| HSV(B) | 8.23º | 0.69% | 0.7% | - |
| XYZ | 21.6 | 14.49 | 5.27 | - |
| YUV | 102.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 55 | 0 | 0.60 | 0.69 | 0.30 | 8.23 | 0.53 | 0.46 |
| Hex | B3 | 48 | 37 | 0 | 3C | 45 | 1E | 8 | 35 | 2E |
| Octal | 263 | 110 | 67 | 0 | 74 | 105 | 36 | 10 | 65 | 56 |
| Binary | 10110011 | 1001000 | 110111 | 0 | 111100 | 1000101 | 11110 | 1000 | 110101 | 101110 |
Color Harmonies of #B34837
Complementary color
Monochromatic Colors of #B34837
Black with #B34837
Text Example
Text Example
White with #B34837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34837; }
p { color: rgb(179,72,55); }
H1.HeaderClassName
{
color: #B34837;
}
.AnyTagClassName
{
color: #B34837;
}
</style>
background-color css
<style>
a { background-color: #B34837; }
a { background-color: rgb(179,72,55); }
div.DivClassName
{
background-color: #B34837;
}
.BgClassName
{
background-color: #B34837;
}
</style>
border-color css
<style>
span { border-color: #B34837; }
span { border-color: rgb(179,72,55); }
td.TdClassName
{
border-color: #B34837;
}
.TagClassName
{
border-color: #B34837;
}
</style>