Shades of Medium Carmine #B13E3C
Tints of Medium Carmine #B13E3C
RGB
CMYK
RGB Variations
Color information
#B13E3C (or 0xB13E3C) is known color: Medium Carmine. HEX triplet: B1, 3E and 3C. RGB value is (177,62,60). Sum of RGB (Red+Green+Blue) = 177+62+60=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E3C is #4EC1C3. Grayscale: #606060. Windows color (decimal): -5161412 or 3948209. OLE color: 3948209.
HSL color Cylindrical-coordinate representation of color #B13E3C: hue angle of 1.03º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13E3C is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 60 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.31 |
| HSL | 1.03º | 0.49% | 0.46% | - |
| HSV(B) | 1.03º | 0.66% | 0.69% | - |
| XYZ | 20.67 | 13.12 | 5.72 | - |
| YUV | 96.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 60 | 0 | 0.65 | 0.66 | 0.31 | 1.03 | 0.49 | 0.46 |
| Hex | B1 | 3E | 3C | 0 | 41 | 42 | 1F | 1 | 31 | 2E |
| Octal | 261 | 76 | 74 | 0 | 101 | 102 | 37 | 1 | 61 | 56 |
| Binary | 10110001 | 111110 | 111100 | 0 | 1000001 | 1000010 | 11111 | 1 | 110001 | 101110 |
Color Harmonies of #B13E3C
Complementary color
Monochromatic Colors of #B13E3C
Black with #B13E3C
Text Example
Text Example
White with #B13E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E3C; }
p { color: rgb(177,62,60); }
H1.HeaderClassName
{
color: #B13E3C;
}
.AnyTagClassName
{
color: #B13E3C;
}
</style>
background-color css
<style>
a { background-color: #B13E3C; }
a { background-color: rgb(177,62,60); }
div.DivClassName
{
background-color: #B13E3C;
}
.BgClassName
{
background-color: #B13E3C;
}
</style>
border-color css
<style>
span { border-color: #B13E3C; }
span { border-color: rgb(177,62,60); }
td.TdClassName
{
border-color: #B13E3C;
}
.TagClassName
{
border-color: #B13E3C;
}
</style>