Shades of Medium Carmine #B34937
Tints of Medium Carmine #B34937
RGB
CMYK
RGB Variations
Color information
#B34937 (or 0xB34937) is known color: Medium Carmine. HEX triplet: B3, 49 and 37. RGB value is (179,73,55). Sum of RGB (Red+Green+Blue) = 179+73+55=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B34937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34937 is #4CB6C8. Grayscale: #666666. Windows color (decimal): -5027529 or 3623347. OLE color: 3623347.
HSL color Cylindrical-coordinate representation of color #B34937: hue angle of 8.71º 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 #B34937 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 55 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.30 |
| HSL | 8.71º | 0.53% | 0.46% | - |
| HSV(B) | 8.71º | 0.69% | 0.7% | - |
| XYZ | 21.66 | 14.62 | 5.3 | - |
| YUV | 102.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 55 | 0 | 0.59 | 0.69 | 0.30 | 8.71 | 0.53 | 0.46 |
| Hex | B3 | 49 | 37 | 0 | 3B | 45 | 1E | 9 | 35 | 2E |
| Octal | 263 | 111 | 67 | 0 | 73 | 105 | 36 | 11 | 65 | 56 |
| Binary | 10110011 | 1001001 | 110111 | 0 | 111011 | 1000101 | 11110 | 1001 | 110101 | 101110 |
Color Harmonies of #B34937
Complementary color
Monochromatic Colors of #B34937
Black with #B34937
Text Example
Text Example
White with #B34937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34937; }
p { color: rgb(179,73,55); }
H1.HeaderClassName
{
color: #B34937;
}
.AnyTagClassName
{
color: #B34937;
}
</style>
background-color css
<style>
a { background-color: #B34937; }
a { background-color: rgb(179,73,55); }
div.DivClassName
{
background-color: #B34937;
}
.BgClassName
{
background-color: #B34937;
}
</style>
border-color css
<style>
span { border-color: #B34937; }
span { border-color: rgb(179,73,55); }
td.TdClassName
{
border-color: #B34937;
}
.TagClassName
{
border-color: #B34937;
}
</style>