Shades of Medium Carmine #B13B36
Tints of Medium Carmine #B13B36
RGB
CMYK
RGB Variations
Color information
#B13B36 (or 0xB13B36) is known color: Medium Carmine. HEX triplet: B1, 3B and 36. RGB value is (177,59,54). Sum of RGB (Red+Green+Blue) = 177+59+54=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B36 is #4EC4C9. Grayscale: #5D5D5D. Windows color (decimal): -5162186 or 3554225. OLE color: 3554225.
HSL color Cylindrical-coordinate representation of color #B13B36: hue angle of 2.44º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13B36 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 54 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.31 |
| HSL | 2.44º | 0.53% | 0.45% | - |
| HSV(B) | 2.44º | 0.69% | 0.69% | - |
| XYZ | 20.36 | 12.74 | 4.88 | - |
| YUV | 93.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 54 | 0 | 0.67 | 0.69 | 0.31 | 2.44 | 0.53 | 0.45 |
| Hex | B1 | 3B | 36 | 0 | 43 | 45 | 1F | 2 | 35 | 2D |
| Octal | 261 | 73 | 66 | 0 | 103 | 105 | 37 | 2 | 65 | 55 |
| Binary | 10110001 | 111011 | 110110 | 0 | 1000011 | 1000101 | 11111 | 10 | 110101 | 101101 |
Color Harmonies of #B13B36
Complementary color
Monochromatic Colors of #B13B36
Black with #B13B36
Text Example
Text Example
White with #B13B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B36; }
p { color: rgb(177,59,54); }
H1.HeaderClassName
{
color: #B13B36;
}
.AnyTagClassName
{
color: #B13B36;
}
</style>
background-color css
<style>
a { background-color: #B13B36; }
a { background-color: rgb(177,59,54); }
div.DivClassName
{
background-color: #B13B36;
}
.BgClassName
{
background-color: #B13B36;
}
</style>
border-color css
<style>
span { border-color: #B13B36; }
span { border-color: rgb(177,59,54); }
td.TdClassName
{
border-color: #B13B36;
}
.TagClassName
{
border-color: #B13B36;
}
</style>