Shades of Medium Carmine #B14540
Tints of Medium Carmine #B14540
RGB
CMYK
RGB Variations
Color information
#B14540 (or 0xB14540) is known color: Medium Carmine. HEX triplet: B1, 45 and 40. RGB value is (177,69,64). Sum of RGB (Red+Green+Blue) = 177+69+64=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B14540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14540 is #4EBABF. Grayscale: #646464. Windows color (decimal): -5159616 or 4212145. OLE color: 4212145.
HSL color Cylindrical-coordinate representation of color #B14540: hue angle of 2.65º 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 #B14540 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 64 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.31 |
| HSL | 2.65º | 0.47% | 0.47% | - |
| HSV(B) | 2.65º | 0.64% | 0.69% | - |
| XYZ | 21.19 | 13.97 | 6.43 | - |
| YUV | 100.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 64 | 0 | 0.61 | 0.64 | 0.31 | 2.65 | 0.47 | 0.47 |
| Hex | B1 | 45 | 40 | 0 | 3D | 40 | 1F | 3 | 2F | 2F |
| Octal | 261 | 105 | 100 | 0 | 75 | 100 | 37 | 3 | 57 | 57 |
| Binary | 10110001 | 1000101 | 1000000 | 0 | 111101 | 1000000 | 11111 | 11 | 101111 | 101111 |
Color Harmonies of #B14540
Complementary color
Monochromatic Colors of #B14540
Black with #B14540
Text Example
Text Example
White with #B14540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14540; }
p { color: rgb(177,69,64); }
H1.HeaderClassName
{
color: #B14540;
}
.AnyTagClassName
{
color: #B14540;
}
</style>
background-color css
<style>
a { background-color: #B14540; }
a { background-color: rgb(177,69,64); }
div.DivClassName
{
background-color: #B14540;
}
.BgClassName
{
background-color: #B14540;
}
</style>
border-color css
<style>
span { border-color: #B14540; }
span { border-color: rgb(177,69,64); }
td.TdClassName
{
border-color: #B14540;
}
.TagClassName
{
border-color: #B14540;
}
</style>