Shades of Medium Carmine #B14732
Tints of Medium Carmine #B14732
RGB
CMYK
RGB Variations
Color information
#B14732 (or 0xB14732) is known color: Medium Carmine. HEX triplet: B1, 47 and 32. RGB value is (177,71,50). Sum of RGB (Red+Green+Blue) = 177+71+50=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14732 is #4EB8CD. Grayscale: #646464. Windows color (decimal): -5159118 or 3295153. OLE color: 3295153.
HSL color Cylindrical-coordinate representation of color #B14732: hue angle of 9.92º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14732 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 50 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.31 |
| HSL | 9.92º | 0.56% | 0.45% | - |
| HSV(B) | 9.92º | 0.72% | 0.69% | - |
| XYZ | 20.96 | 14.08 | 4.63 | - |
| YUV | 100.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 50 | 0 | 0.60 | 0.72 | 0.31 | 9.92 | 0.56 | 0.45 |
| Hex | B1 | 47 | 32 | 0 | 3C | 48 | 1F | A | 38 | 2D |
| Octal | 261 | 107 | 62 | 0 | 74 | 110 | 37 | 12 | 70 | 55 |
| Binary | 10110001 | 1000111 | 110010 | 0 | 111100 | 1001000 | 11111 | 1010 | 111000 | 101101 |
Color Harmonies of #B14732
Complementary color
Monochromatic Colors of #B14732
Black with #B14732
Text Example
Text Example
White with #B14732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14732; }
p { color: rgb(177,71,50); }
H1.HeaderClassName
{
color: #B14732;
}
.AnyTagClassName
{
color: #B14732;
}
</style>
background-color css
<style>
a { background-color: #B14732; }
a { background-color: rgb(177,71,50); }
div.DivClassName
{
background-color: #B14732;
}
.BgClassName
{
background-color: #B14732;
}
</style>
border-color css
<style>
span { border-color: #B14732; }
span { border-color: rgb(177,71,50); }
td.TdClassName
{
border-color: #B14732;
}
.TagClassName
{
border-color: #B14732;
}
</style>