Shades of Medium Carmine #B13F39
Tints of Medium Carmine #B13F39
RGB
CMYK
RGB Variations
Color information
#B13F39 (or 0xB13F39) is known color: Medium Carmine. HEX triplet: B1, 3F and 39. RGB value is (177,63,57). Sum of RGB (Red+Green+Blue) = 177+63+57=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F39 is #4EC0C6. Grayscale: #606060. Windows color (decimal): -5161159 or 3751857. OLE color: 3751857.
HSL color Cylindrical-coordinate representation of color #B13F39: hue angle of 3º 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 #B13F39 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 57 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.31 |
| HSL | 3º | 0.51% | 0.46% | - |
| HSV(B) | 3º | 0.68% | 0.69% | - |
| XYZ | 20.65 | 13.2 | 5.33 | - |
| YUV | 96.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 57 | 0 | 0.64 | 0.68 | 0.31 | 3 | 0.51 | 0.46 |
| Hex | B1 | 3F | 39 | 0 | 40 | 44 | 1F | 3 | 33 | 2E |
| Octal | 261 | 77 | 71 | 0 | 100 | 104 | 37 | 3 | 63 | 56 |
| Binary | 10110001 | 111111 | 111001 | 0 | 1000000 | 1000100 | 11111 | 11 | 110011 | 101110 |
Color Harmonies of #B13F39
Complementary color
Monochromatic Colors of #B13F39
Black with #B13F39
Text Example
Text Example
White with #B13F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F39; }
p { color: rgb(177,63,57); }
H1.HeaderClassName
{
color: #B13F39;
}
.AnyTagClassName
{
color: #B13F39;
}
</style>
background-color css
<style>
a { background-color: #B13F39; }
a { background-color: rgb(177,63,57); }
div.DivClassName
{
background-color: #B13F39;
}
.BgClassName
{
background-color: #B13F39;
}
</style>
border-color css
<style>
span { border-color: #B13F39; }
span { border-color: rgb(177,63,57); }
td.TdClassName
{
border-color: #B13F39;
}
.TagClassName
{
border-color: #B13F39;
}
</style>