Shades of Medium Carmine #B14040
Tints of Medium Carmine #B14040
RGB
CMYK
RGB Variations
Color information
#B14040 (or 0xB14040) is known color: Medium Carmine. HEX triplet: B1, 40 and 40. RGB value is (177,64,64). Sum of RGB (Red+Green+Blue) = 177+64+64=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14040 is #4EBFBF. Grayscale: #616161. Windows color (decimal): -5160896 or 4210865. OLE color: 4210865.
HSL color Cylindrical-coordinate representation of color #B14040: hue angle of 0º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14040 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 64 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.31 |
| HSL | 0º | 0.47% | 0.47% | - |
| HSV(B) | 0º | 0.64% | 0.69% | - |
| XYZ | 20.89 | 13.38 | 6.33 | - |
| YUV | 97.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 64 | 0 | 0.64 | 0.64 | 0.31 | 0 | 0.47 | 0.47 |
| Hex | B1 | 40 | 40 | 0 | 40 | 40 | 1F | 0 | 2F | 2F |
| Octal | 261 | 100 | 100 | 0 | 100 | 100 | 37 | 0 | 57 | 57 |
| Binary | 10110001 | 1000000 | 1000000 | 0 | 1000000 | 1000000 | 11111 | 0 | 101111 | 101111 |
Color Harmonies of #B14040
Complementary color
Monochromatic Colors of #B14040
Black with #B14040
Text Example
Text Example
White with #B14040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14040; }
p { color: rgb(177,64,64); }
H1.HeaderClassName
{
color: #B14040;
}
.AnyTagClassName
{
color: #B14040;
}
</style>
background-color css
<style>
a { background-color: #B14040; }
a { background-color: rgb(177,64,64); }
div.DivClassName
{
background-color: #B14040;
}
.BgClassName
{
background-color: #B14040;
}
</style>
border-color css
<style>
span { border-color: #B14040; }
span { border-color: rgb(177,64,64); }
td.TdClassName
{
border-color: #B14040;
}
.TagClassName
{
border-color: #B14040;
}
</style>