Shades of Medium Carmine #B34736
Tints of Medium Carmine #B34736
RGB
CMYK
RGB Variations
Color information
#B34736 (or 0xB34736) is known color: Medium Carmine. HEX triplet: B3, 47 and 36. RGB value is (179,71,54). Sum of RGB (Red+Green+Blue) = 179+71+54=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B34736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34736 is #4CB8C9. Grayscale: #656565. Windows color (decimal): -5028042 or 3557299. OLE color: 3557299.
HSL color Cylindrical-coordinate representation of color #B34736: hue angle of 8.16º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34736 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 54 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.30 |
| HSL | 8.16º | 0.54% | 0.46% | - |
| HSV(B) | 8.16º | 0.7% | 0.7% | - |
| XYZ | 21.51 | 14.36 | 5.13 | - |
| YUV | 101.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 54 | 0 | 0.60 | 0.70 | 0.30 | 8.16 | 0.54 | 0.46 |
| Hex | B3 | 47 | 36 | 0 | 3C | 46 | 1E | 8 | 36 | 2E |
| Octal | 263 | 107 | 66 | 0 | 74 | 106 | 36 | 10 | 66 | 56 |
| Binary | 10110011 | 1000111 | 110110 | 0 | 111100 | 1000110 | 11110 | 1000 | 110110 | 101110 |
Color Harmonies of #B34736
Complementary color
Monochromatic Colors of #B34736
Black with #B34736
Text Example
Text Example
White with #B34736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34736; }
p { color: rgb(179,71,54); }
H1.HeaderClassName
{
color: #B34736;
}
.AnyTagClassName
{
color: #B34736;
}
</style>
background-color css
<style>
a { background-color: #B34736; }
a { background-color: rgb(179,71,54); }
div.DivClassName
{
background-color: #B34736;
}
.BgClassName
{
background-color: #B34736;
}
</style>
border-color css
<style>
span { border-color: #B34736; }
span { border-color: rgb(179,71,54); }
td.TdClassName
{
border-color: #B34736;
}
.TagClassName
{
border-color: #B34736;
}
</style>