Shades of Medium Carmine #B14934
Tints of Medium Carmine #B14934
RGB
CMYK
RGB Variations
Color information
#B14934 (or 0xB14934) is known color: Medium Carmine. HEX triplet: B1, 49 and 34. RGB value is (177,73,52). Sum of RGB (Red+Green+Blue) = 177+73+52=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B14934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14934 is #4EB6CB. Grayscale: #656565. Windows color (decimal): -5158604 or 3426737. OLE color: 3426737.
HSL color Cylindrical-coordinate representation of color #B14934: hue angle of 10.08º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B14934 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 52 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.31 |
| HSL | 10.08º | 0.55% | 0.45% | - |
| HSV(B) | 10.08º | 0.71% | 0.69% | - |
| XYZ | 21.13 | 14.36 | 4.91 | - |
| YUV | 101.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 52 | 0 | 0.59 | 0.71 | 0.31 | 10.08 | 0.55 | 0.45 |
| Hex | B1 | 49 | 34 | 0 | 3B | 47 | 1F | A | 37 | 2D |
| Octal | 261 | 111 | 64 | 0 | 73 | 107 | 37 | 12 | 67 | 55 |
| Binary | 10110001 | 1001001 | 110100 | 0 | 111011 | 1000111 | 11111 | 1010 | 110111 | 101101 |
Color Harmonies of #B14934
Complementary color
Monochromatic Colors of #B14934
Black with #B14934
Text Example
Text Example
White with #B14934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14934; }
p { color: rgb(177,73,52); }
H1.HeaderClassName
{
color: #B14934;
}
.AnyTagClassName
{
color: #B14934;
}
</style>
background-color css
<style>
a { background-color: #B14934; }
a { background-color: rgb(177,73,52); }
div.DivClassName
{
background-color: #B14934;
}
.BgClassName
{
background-color: #B14934;
}
</style>
border-color css
<style>
span { border-color: #B14934; }
span { border-color: rgb(177,73,52); }
td.TdClassName
{
border-color: #B14934;
}
.TagClassName
{
border-color: #B14934;
}
</style>