Shades of Medium Carmine #B14638
Tints of Medium Carmine #B14638
RGB
CMYK
RGB Variations
Color information
#B14638 (or 0xB14638) is known color: Medium Carmine. HEX triplet: B1, 46 and 38. RGB value is (177,70,56). Sum of RGB (Red+Green+Blue) = 177+70+56=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14638 is #4EB9C7. Grayscale: #646464. Windows color (decimal): -5159368 or 3688113. OLE color: 3688113.
HSL color Cylindrical-coordinate representation of color #B14638: hue angle of 6.94º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14638 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 56 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.31 |
| HSL | 6.94º | 0.52% | 0.46% | - |
| HSV(B) | 6.94º | 0.68% | 0.69% | - |
| XYZ | 21.04 | 14.01 | 5.34 | - |
| YUV | 100.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 56 | 0 | 0.60 | 0.68 | 0.31 | 6.94 | 0.52 | 0.46 |
| Hex | B1 | 46 | 38 | 0 | 3C | 44 | 1F | 7 | 34 | 2E |
| Octal | 261 | 106 | 70 | 0 | 74 | 104 | 37 | 7 | 64 | 56 |
| Binary | 10110001 | 1000110 | 111000 | 0 | 111100 | 1000100 | 11111 | 111 | 110100 | 101110 |
Color Harmonies of #B14638
Complementary color
Monochromatic Colors of #B14638
Black with #B14638
Text Example
Text Example
White with #B14638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14638; }
p { color: rgb(177,70,56); }
H1.HeaderClassName
{
color: #B14638;
}
.AnyTagClassName
{
color: #B14638;
}
</style>
background-color css
<style>
a { background-color: #B14638; }
a { background-color: rgb(177,70,56); }
div.DivClassName
{
background-color: #B14638;
}
.BgClassName
{
background-color: #B14638;
}
</style>
border-color css
<style>
span { border-color: #B14638; }
span { border-color: rgb(177,70,56); }
td.TdClassName
{
border-color: #B14638;
}
.TagClassName
{
border-color: #B14638;
}
</style>