Shades of Medium Carmine #B13C31
Tints of Medium Carmine #B13C31
RGB
CMYK
RGB Variations
Color information
#B13C31 (or 0xB13C31) is known color: Medium Carmine. HEX triplet: B1, 3C and 31. RGB value is (177,60,49). Sum of RGB (Red+Green+Blue) = 177+60+49=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C31 is #4EC3CE. Grayscale: #5D5D5D. Windows color (decimal): -5161935 or 3226801. OLE color: 3226801.
HSL color Cylindrical-coordinate representation of color #B13C31: hue angle of 5.16º 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 #B13C31 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 49 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.31 |
| HSL | 5.16º | 0.57% | 0.44% | - |
| HSV(B) | 5.16º | 0.72% | 0.69% | - |
| XYZ | 20.3 | 12.8 | 4.31 | - |
| YUV | 93.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 49 | 0 | 0.66 | 0.72 | 0.31 | 5.16 | 0.57 | 0.44 |
| Hex | B1 | 3C | 31 | 0 | 42 | 48 | 1F | 5 | 39 | 2C |
| Octal | 261 | 74 | 61 | 0 | 102 | 110 | 37 | 5 | 71 | 54 |
| Binary | 10110001 | 111100 | 110001 | 0 | 1000010 | 1001000 | 11111 | 101 | 111001 | 101100 |
Color Harmonies of #B13C31
Complementary color
Monochromatic Colors of #B13C31
Black with #B13C31
Text Example
Text Example
White with #B13C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C31; }
p { color: rgb(177,60,49); }
H1.HeaderClassName
{
color: #B13C31;
}
.AnyTagClassName
{
color: #B13C31;
}
</style>
background-color css
<style>
a { background-color: #B13C31; }
a { background-color: rgb(177,60,49); }
div.DivClassName
{
background-color: #B13C31;
}
.BgClassName
{
background-color: #B13C31;
}
</style>
border-color css
<style>
span { border-color: #B13C31; }
span { border-color: rgb(177,60,49); }
td.TdClassName
{
border-color: #B13C31;
}
.TagClassName
{
border-color: #B13C31;
}
</style>