Shades of Medium Carmine #B14436
Tints of Medium Carmine #B14436
RGB
CMYK
RGB Variations
Color information
#B14436 (or 0xB14436) is known color: Medium Carmine. HEX triplet: B1, 44 and 36. RGB value is (177,68,54). Sum of RGB (Red+Green+Blue) = 177+68+54=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B14436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14436 is #4EBBC9. Grayscale: #636363. Windows color (decimal): -5159882 or 3556529. OLE color: 3556529.
HSL color Cylindrical-coordinate representation of color #B14436: hue angle of 6.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14436 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 54 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.31 |
| HSL | 6.83º | 0.53% | 0.45% | - |
| HSV(B) | 6.83º | 0.69% | 0.69% | - |
| XYZ | 20.86 | 13.75 | 5.04 | - |
| YUV | 99 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 54 | 0 | 0.62 | 0.69 | 0.31 | 6.83 | 0.53 | 0.45 |
| Hex | B1 | 44 | 36 | 0 | 3E | 45 | 1F | 7 | 35 | 2D |
| Octal | 261 | 104 | 66 | 0 | 76 | 105 | 37 | 7 | 65 | 55 |
| Binary | 10110001 | 1000100 | 110110 | 0 | 111110 | 1000101 | 11111 | 111 | 110101 | 101101 |
Color Harmonies of #B14436
Complementary color
Monochromatic Colors of #B14436
Black with #B14436
Text Example
Text Example
White with #B14436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14436; }
p { color: rgb(177,68,54); }
H1.HeaderClassName
{
color: #B14436;
}
.AnyTagClassName
{
color: #B14436;
}
</style>
background-color css
<style>
a { background-color: #B14436; }
a { background-color: rgb(177,68,54); }
div.DivClassName
{
background-color: #B14436;
}
.BgClassName
{
background-color: #B14436;
}
</style>
border-color css
<style>
span { border-color: #B14436; }
span { border-color: rgb(177,68,54); }
td.TdClassName
{
border-color: #B14436;
}
.TagClassName
{
border-color: #B14436;
}
</style>