Shades of Medium Carmine #B14231
Tints of Medium Carmine #B14231
RGB
CMYK
RGB Variations
Color information
#B14231 (or 0xB14231) is known color: Medium Carmine. HEX triplet: B1, 42 and 31. RGB value is (177,66,49). Sum of RGB (Red+Green+Blue) = 177+66+49=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B14231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14231 is #4EBDCE. Grayscale: #616161. Windows color (decimal): -5160399 or 3228337. OLE color: 3228337.
HSL color Cylindrical-coordinate representation of color #B14231: hue angle of 7.97º 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 #B14231 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 49 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.31 |
| HSL | 7.97º | 0.57% | 0.44% | - |
| HSV(B) | 7.97º | 0.72% | 0.69% | - |
| XYZ | 20.63 | 13.47 | 4.42 | - |
| YUV | 97.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 49 | 0 | 0.63 | 0.72 | 0.31 | 7.97 | 0.57 | 0.44 |
| Hex | B1 | 42 | 31 | 0 | 3F | 48 | 1F | 8 | 39 | 2C |
| Octal | 261 | 102 | 61 | 0 | 77 | 110 | 37 | 10 | 71 | 54 |
| Binary | 10110001 | 1000010 | 110001 | 0 | 111111 | 1001000 | 11111 | 1000 | 111001 | 101100 |
Color Harmonies of #B14231
Complementary color
Monochromatic Colors of #B14231
Black with #B14231
Text Example
Text Example
White with #B14231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14231; }
p { color: rgb(177,66,49); }
H1.HeaderClassName
{
color: #B14231;
}
.AnyTagClassName
{
color: #B14231;
}
</style>
background-color css
<style>
a { background-color: #B14231; }
a { background-color: rgb(177,66,49); }
div.DivClassName
{
background-color: #B14231;
}
.BgClassName
{
background-color: #B14231;
}
</style>
border-color css
<style>
span { border-color: #B14231; }
span { border-color: rgb(177,66,49); }
td.TdClassName
{
border-color: #B14231;
}
.TagClassName
{
border-color: #B14231;
}
</style>