Shades of Medium Carmine #B14441
Tints of Medium Carmine #B14441
RGB
CMYK
RGB Variations
Color information
#B14441 (or 0xB14441) is known color: Medium Carmine. HEX triplet: B1, 44 and 41. RGB value is (177,68,65). Sum of RGB (Red+Green+Blue) = 177+68+65=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B14441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14441 is #4EBBBE. Grayscale: #646464. Windows color (decimal): -5159871 or 4277425. OLE color: 4277425.
HSL color Cylindrical-coordinate representation of color #B14441: hue angle of 1.61º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14441 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 65 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.31 |
| HSL | 1.61º | 0.46% | 0.47% | - |
| HSV(B) | 1.61º | 0.63% | 0.69% | - |
| XYZ | 21.15 | 13.86 | 6.56 | - |
| YUV | 100.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 65 | 0 | 0.62 | 0.63 | 0.31 | 1.61 | 0.46 | 0.47 |
| Hex | B1 | 44 | 41 | 0 | 3E | 3F | 1F | 2 | 2E | 2F |
| Octal | 261 | 104 | 101 | 0 | 76 | 77 | 37 | 2 | 56 | 57 |
| Binary | 10110001 | 1000100 | 1000001 | 0 | 111110 | 111111 | 11111 | 10 | 101110 | 101111 |
Color Harmonies of #B14441
Complementary color
Monochromatic Colors of #B14441
Black with #B14441
Text Example
Text Example
White with #B14441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14441; }
p { color: rgb(177,68,65); }
H1.HeaderClassName
{
color: #B14441;
}
.AnyTagClassName
{
color: #B14441;
}
</style>
background-color css
<style>
a { background-color: #B14441; }
a { background-color: rgb(177,68,65); }
div.DivClassName
{
background-color: #B14441;
}
.BgClassName
{
background-color: #B14441;
}
</style>
border-color css
<style>
span { border-color: #B14441; }
span { border-color: rgb(177,68,65); }
td.TdClassName
{
border-color: #B14441;
}
.TagClassName
{
border-color: #B14441;
}
</style>