Shades of Medium Carmine #B34934
Tints of Medium Carmine #B34934
RGB
CMYK
RGB Variations
Color information
#B34934 (or 0xB34934) is known color: Medium Carmine. HEX triplet: B3, 49 and 34. RGB value is (179,73,52). Sum of RGB (Red+Green+Blue) = 179+73+52=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B34934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34934 is #4CB6CB. Grayscale: #666666. Windows color (decimal): -5027532 or 3426739. OLE color: 3426739.
HSL color Cylindrical-coordinate representation of color #B34934: hue angle of 9.92º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B34934 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 52 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.30 |
| HSL | 9.92º | 0.55% | 0.45% | - |
| HSV(B) | 9.92º | 0.71% | 0.7% | - |
| XYZ | 21.59 | 14.6 | 4.93 | - |
| YUV | 102.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 52 | 0 | 0.59 | 0.71 | 0.30 | 9.92 | 0.55 | 0.45 |
| Hex | B3 | 49 | 34 | 0 | 3B | 47 | 1E | A | 37 | 2D |
| Octal | 263 | 111 | 64 | 0 | 73 | 107 | 36 | 12 | 67 | 55 |
| Binary | 10110011 | 1001001 | 110100 | 0 | 111011 | 1000111 | 11110 | 1010 | 110111 | 101101 |
Color Harmonies of #B34934
Complementary color
Monochromatic Colors of #B34934
Black with #B34934
Text Example
Text Example
White with #B34934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34934; }
p { color: rgb(179,73,52); }
H1.HeaderClassName
{
color: #B34934;
}
.AnyTagClassName
{
color: #B34934;
}
</style>
background-color css
<style>
a { background-color: #B34934; }
a { background-color: rgb(179,73,52); }
div.DivClassName
{
background-color: #B34934;
}
.BgClassName
{
background-color: #B34934;
}
</style>
border-color css
<style>
span { border-color: #B34934; }
span { border-color: rgb(179,73,52); }
td.TdClassName
{
border-color: #B34934;
}
.TagClassName
{
border-color: #B34934;
}
</style>