Shades of Medium Carmine #B53737
Tints of Medium Carmine #B53737
RGB
CMYK
RGB Variations
Color information
#B53737 (or 0xB53737) is known color: Medium Carmine. HEX triplet: B5, 37 and 37. RGB value is (181,55,55). Sum of RGB (Red+Green+Blue) = 181+55+55=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B53737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53737 is #4AC8C8. Grayscale: #5C5C5C. Windows color (decimal): -4901065 or 3618741. OLE color: 3618741.
HSL color Cylindrical-coordinate representation of color #B53737: hue angle of 0º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53737 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 55 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.29 |
| HSL | 0º | 0.53% | 0.46% | - |
| HSV(B) | 0º | 0.7% | 0.71% | - |
| XYZ | 21.11 | 12.83 | 4.98 | - |
| YUV | 92.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 55 | 0 | 0.70 | 0.70 | 0.29 | 0 | 0.53 | 0.46 |
| Hex | B5 | 37 | 37 | 0 | 46 | 46 | 1D | 0 | 35 | 2E |
| Octal | 265 | 67 | 67 | 0 | 106 | 106 | 35 | 0 | 65 | 56 |
| Binary | 10110101 | 110111 | 110111 | 0 | 1000110 | 1000110 | 11101 | 0 | 110101 | 101110 |
Color Harmonies of #B53737
Complementary color
Monochromatic Colors of #B53737
Black with #B53737
Text Example
Text Example
White with #B53737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53737; }
p { color: rgb(181,55,55); }
H1.HeaderClassName
{
color: #B53737;
}
.AnyTagClassName
{
color: #B53737;
}
</style>
background-color css
<style>
a { background-color: #B53737; }
a { background-color: rgb(181,55,55); }
div.DivClassName
{
background-color: #B53737;
}
.BgClassName
{
background-color: #B53737;
}
</style>
border-color css
<style>
span { border-color: #B53737; }
span { border-color: rgb(181,55,55); }
td.TdClassName
{
border-color: #B53737;
}
.TagClassName
{
border-color: #B53737;
}
</style>