Shades of Medium Carmine #B13D3C
Tints of Medium Carmine #B13D3C
RGB
CMYK
RGB Variations
Color information
#B13D3C (or 0xB13D3C) is known color: Medium Carmine. HEX triplet: B1, 3D and 3C. RGB value is (177,61,60). Sum of RGB (Red+Green+Blue) = 177+61+60=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D3C is #4EC2C3. Grayscale: #5F5F5F. Windows color (decimal): -5161668 or 3947953. OLE color: 3947953.
HSL color Cylindrical-coordinate representation of color #B13D3C: hue angle of 0.51º 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 #B13D3C is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 60 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.31 |
| HSL | 0.51º | 0.49% | 0.46% | - |
| HSV(B) | 0.51º | 0.66% | 0.69% | - |
| XYZ | 20.62 | 13.01 | 5.7 | - |
| YUV | 95.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 60 | 0 | 0.66 | 0.66 | 0.31 | 0.51 | 0.49 | 0.46 |
| Hex | B1 | 3D | 3C | 0 | 42 | 42 | 1F | 1 | 31 | 2E |
| Octal | 261 | 75 | 74 | 0 | 102 | 102 | 37 | 1 | 61 | 56 |
| Binary | 10110001 | 111101 | 111100 | 0 | 1000010 | 1000010 | 11111 | 1 | 110001 | 101110 |
Color Harmonies of #B13D3C
Complementary color
Monochromatic Colors of #B13D3C
Black with #B13D3C
Text Example
Text Example
White with #B13D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D3C; }
p { color: rgb(177,61,60); }
H1.HeaderClassName
{
color: #B13D3C;
}
.AnyTagClassName
{
color: #B13D3C;
}
</style>
background-color css
<style>
a { background-color: #B13D3C; }
a { background-color: rgb(177,61,60); }
div.DivClassName
{
background-color: #B13D3C;
}
.BgClassName
{
background-color: #B13D3C;
}
</style>
border-color css
<style>
span { border-color: #B13D3C; }
span { border-color: rgb(177,61,60); }
td.TdClassName
{
border-color: #B13D3C;
}
.TagClassName
{
border-color: #B13D3C;
}
</style>