Shades of Medium Carmine #B14735
Tints of Medium Carmine #B14735
RGB
CMYK
RGB Variations
Color information
#B14735 (or 0xB14735) is known color: Medium Carmine. HEX triplet: B1, 47 and 35. RGB value is (177,71,53). Sum of RGB (Red+Green+Blue) = 177+71+53=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B14735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14735 is #4EB8CA. Grayscale: #646464. Windows color (decimal): -5159115 or 3491761. OLE color: 3491761.
HSL color Cylindrical-coordinate representation of color #B14735: hue angle of 8.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14735 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 53 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.31 |
| HSL | 8.71º | 0.54% | 0.45% | - |
| HSV(B) | 8.71º | 0.7% | 0.69% | - |
| XYZ | 21.03 | 14.11 | 4.98 | - |
| YUV | 100.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 53 | 0 | 0.60 | 0.70 | 0.31 | 8.71 | 0.54 | 0.45 |
| Hex | B1 | 47 | 35 | 0 | 3C | 46 | 1F | 9 | 36 | 2D |
| Octal | 261 | 107 | 65 | 0 | 74 | 106 | 37 | 11 | 66 | 55 |
| Binary | 10110001 | 1000111 | 110101 | 0 | 111100 | 1000110 | 11111 | 1001 | 110110 | 101101 |
Color Harmonies of #B14735
Complementary color
Monochromatic Colors of #B14735
Black with #B14735
Text Example
Text Example
White with #B14735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14735; }
p { color: rgb(177,71,53); }
H1.HeaderClassName
{
color: #B14735;
}
.AnyTagClassName
{
color: #B14735;
}
</style>
background-color css
<style>
a { background-color: #B14735; }
a { background-color: rgb(177,71,53); }
div.DivClassName
{
background-color: #B14735;
}
.BgClassName
{
background-color: #B14735;
}
</style>
border-color css
<style>
span { border-color: #B14735; }
span { border-color: rgb(177,71,53); }
td.TdClassName
{
border-color: #B14735;
}
.TagClassName
{
border-color: #B14735;
}
</style>