Shades of Medium Carmine #B14031
Tints of Medium Carmine #B14031
RGB
CMYK
RGB Variations
Color information
#B14031 (or 0xB14031) is known color: Medium Carmine. HEX triplet: B1, 40 and 31. RGB value is (177,64,49). Sum of RGB (Red+Green+Blue) = 177+64+49=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B14031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14031 is #4EBFCE. Grayscale: #606060. Windows color (decimal): -5160911 or 3227825. OLE color: 3227825.
HSL color Cylindrical-coordinate representation of color #B14031: hue angle of 7.03º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14031 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 49 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.31 |
| HSL | 7.03º | 0.57% | 0.44% | - |
| HSV(B) | 7.03º | 0.72% | 0.69% | - |
| XYZ | 20.52 | 13.24 | 4.38 | - |
| YUV | 96.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 49 | 0 | 0.64 | 0.72 | 0.31 | 7.03 | 0.57 | 0.44 |
| Hex | B1 | 40 | 31 | 0 | 40 | 48 | 1F | 7 | 39 | 2C |
| Octal | 261 | 100 | 61 | 0 | 100 | 110 | 37 | 7 | 71 | 54 |
| Binary | 10110001 | 1000000 | 110001 | 0 | 1000000 | 1001000 | 11111 | 111 | 111001 | 101100 |
Color Harmonies of #B14031
Complementary color
Monochromatic Colors of #B14031
Black with #B14031
Text Example
Text Example
White with #B14031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14031; }
p { color: rgb(177,64,49); }
H1.HeaderClassName
{
color: #B14031;
}
.AnyTagClassName
{
color: #B14031;
}
</style>
background-color css
<style>
a { background-color: #B14031; }
a { background-color: rgb(177,64,49); }
div.DivClassName
{
background-color: #B14031;
}
.BgClassName
{
background-color: #B14031;
}
</style>
border-color css
<style>
span { border-color: #B14031; }
span { border-color: rgb(177,64,49); }
td.TdClassName
{
border-color: #B14031;
}
.TagClassName
{
border-color: #B14031;
}
</style>