Shades of Medium Carmine #B14232
Tints of Medium Carmine #B14232
RGB
CMYK
RGB Variations
Color information
#B14232 (or 0xB14232) is known color: Medium Carmine. HEX triplet: B1, 42 and 32. RGB value is (177,66,50). Sum of RGB (Red+Green+Blue) = 177+66+50=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B14232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14232 is #4EBDCD. Grayscale: #616161. Windows color (decimal): -5160398 or 3293873. OLE color: 3293873.
HSL color Cylindrical-coordinate representation of color #B14232: hue angle of 7.56º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14232 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 50 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.31 |
| HSL | 7.56º | 0.56% | 0.45% | - |
| HSV(B) | 7.56º | 0.72% | 0.69% | - |
| XYZ | 20.66 | 13.47 | 4.53 | - |
| YUV | 97.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 50 | 0 | 0.63 | 0.72 | 0.31 | 7.56 | 0.56 | 0.45 |
| Hex | B1 | 42 | 32 | 0 | 3F | 48 | 1F | 8 | 38 | 2D |
| Octal | 261 | 102 | 62 | 0 | 77 | 110 | 37 | 10 | 70 | 55 |
| Binary | 10110001 | 1000010 | 110010 | 0 | 111111 | 1001000 | 11111 | 1000 | 111000 | 101101 |
Color Harmonies of #B14232
Complementary color
Monochromatic Colors of #B14232
Black with #B14232
Text Example
Text Example
White with #B14232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14232; }
p { color: rgb(177,66,50); }
H1.HeaderClassName
{
color: #B14232;
}
.AnyTagClassName
{
color: #B14232;
}
</style>
background-color css
<style>
a { background-color: #B14232; }
a { background-color: rgb(177,66,50); }
div.DivClassName
{
background-color: #B14232;
}
.BgClassName
{
background-color: #B14232;
}
</style>
border-color css
<style>
span { border-color: #B14232; }
span { border-color: rgb(177,66,50); }
td.TdClassName
{
border-color: #B14232;
}
.TagClassName
{
border-color: #B14232;
}
</style>