Shades of Medium Carmine #B14239
Tints of Medium Carmine #B14239
RGB
CMYK
RGB Variations
Color information
#B14239 (or 0xB14239) is known color: Medium Carmine. HEX triplet: B1, 42 and 39. RGB value is (177,66,57). Sum of RGB (Red+Green+Blue) = 177+66+57=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B14239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14239 is #4EBDC6. Grayscale: #626262. Windows color (decimal): -5160391 or 3752625. OLE color: 3752625.
HSL color Cylindrical-coordinate representation of color #B14239: hue angle of 4.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14239 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 57 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.31 |
| HSL | 4.5º | 0.51% | 0.46% | - |
| HSV(B) | 4.5º | 0.68% | 0.69% | - |
| XYZ | 20.82 | 13.54 | 5.39 | - |
| YUV | 98.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 57 | 0 | 0.63 | 0.68 | 0.31 | 4.5 | 0.51 | 0.46 |
| Hex | B1 | 42 | 39 | 0 | 3F | 44 | 1F | 4 | 33 | 2E |
| Octal | 261 | 102 | 71 | 0 | 77 | 104 | 37 | 4 | 63 | 56 |
| Binary | 10110001 | 1000010 | 111001 | 0 | 111111 | 1000100 | 11111 | 100 | 110011 | 101110 |
Color Harmonies of #B14239
Complementary color
Monochromatic Colors of #B14239
Black with #B14239
Text Example
Text Example
White with #B14239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14239; }
p { color: rgb(177,66,57); }
H1.HeaderClassName
{
color: #B14239;
}
.AnyTagClassName
{
color: #B14239;
}
</style>
background-color css
<style>
a { background-color: #B14239; }
a { background-color: rgb(177,66,57); }
div.DivClassName
{
background-color: #B14239;
}
.BgClassName
{
background-color: #B14239;
}
</style>
border-color css
<style>
span { border-color: #B14239; }
span { border-color: rgb(177,66,57); }
td.TdClassName
{
border-color: #B14239;
}
.TagClassName
{
border-color: #B14239;
}
</style>