Shades of Medium Carmine #B13737
Tints of Medium Carmine #B13737
RGB
CMYK
RGB Variations
Color information
#B13737 (or 0xB13737) is known color: Medium Carmine. HEX triplet: B1, 37 and 37. RGB value is (177,55,55). Sum of RGB (Red+Green+Blue) = 177+55+55=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B13737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13737 is #4EC8C8. Grayscale: #5B5B5B. Windows color (decimal): -5163209 or 3618737. OLE color: 3618737.
HSL color Cylindrical-coordinate representation of color #B13737: hue angle of 0º 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 #B13737 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 55 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.31 |
| HSL | 0º | 0.53% | 0.45% | - |
| HSV(B) | 0º | 0.69% | 0.69% | - |
| XYZ | 20.19 | 12.36 | 4.94 | - |
| YUV | 91.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 55 | 0 | 0.69 | 0.69 | 0.31 | 0 | 0.53 | 0.45 |
| Hex | B1 | 37 | 37 | 0 | 45 | 45 | 1F | 0 | 35 | 2D |
| Octal | 261 | 67 | 67 | 0 | 105 | 105 | 37 | 0 | 65 | 55 |
| Binary | 10110001 | 110111 | 110111 | 0 | 1000101 | 1000101 | 11111 | 0 | 110101 | 101101 |
Color Harmonies of #B13737
Complementary color
Monochromatic Colors of #B13737
Black with #B13737
Text Example
Text Example
White with #B13737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13737; }
p { color: rgb(177,55,55); }
H1.HeaderClassName
{
color: #B13737;
}
.AnyTagClassName
{
color: #B13737;
}
</style>
background-color css
<style>
a { background-color: #B13737; }
a { background-color: rgb(177,55,55); }
div.DivClassName
{
background-color: #B13737;
}
.BgClassName
{
background-color: #B13737;
}
</style>
border-color css
<style>
span { border-color: #B13737; }
span { border-color: rgb(177,55,55); }
td.TdClassName
{
border-color: #B13737;
}
.TagClassName
{
border-color: #B13737;
}
</style>