Shades of Medium Carmine #B13D39
Tints of Medium Carmine #B13D39
RGB
CMYK
RGB Variations
Color information
#B13D39 (or 0xB13D39) is known color: Medium Carmine. HEX triplet: B1, 3D and 39. RGB value is (177,61,57). Sum of RGB (Red+Green+Blue) = 177+61+57=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D39 is #4EC2C6. Grayscale: #5F5F5F. Windows color (decimal): -5161671 or 3751345. OLE color: 3751345.
HSL color Cylindrical-coordinate representation of color #B13D39: hue angle of 2º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13D39 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 57 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.31 |
| HSL | 2º | 0.51% | 0.46% | - |
| HSV(B) | 2º | 0.68% | 0.69% | - |
| XYZ | 20.54 | 12.98 | 5.29 | - |
| YUV | 95.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 57 | 0 | 0.66 | 0.68 | 0.31 | 2 | 0.51 | 0.46 |
| Hex | B1 | 3D | 39 | 0 | 42 | 44 | 1F | 2 | 33 | 2E |
| Octal | 261 | 75 | 71 | 0 | 102 | 104 | 37 | 2 | 63 | 56 |
| Binary | 10110001 | 111101 | 111001 | 0 | 1000010 | 1000100 | 11111 | 10 | 110011 | 101110 |
Color Harmonies of #B13D39
Complementary color
Monochromatic Colors of #B13D39
Black with #B13D39
Text Example
Text Example
White with #B13D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D39; }
p { color: rgb(177,61,57); }
H1.HeaderClassName
{
color: #B13D39;
}
.AnyTagClassName
{
color: #B13D39;
}
</style>
background-color css
<style>
a { background-color: #B13D39; }
a { background-color: rgb(177,61,57); }
div.DivClassName
{
background-color: #B13D39;
}
.BgClassName
{
background-color: #B13D39;
}
</style>
border-color css
<style>
span { border-color: #B13D39; }
span { border-color: rgb(177,61,57); }
td.TdClassName
{
border-color: #B13D39;
}
.TagClassName
{
border-color: #B13D39;
}
</style>