Shades of Medium Carmine #B54937
Tints of Medium Carmine #B54937
RGB
CMYK
RGB Variations
Color information
#B54937 (or 0xB54937) is known color: Medium Carmine. HEX triplet: B5, 49 and 37. RGB value is (181,73,55). Sum of RGB (Red+Green+Blue) = 181+73+55=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B54937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54937 is #4AB6C8. Grayscale: #676767. Windows color (decimal): -4896457 or 3623349. OLE color: 3623349.
HSL color Cylindrical-coordinate representation of color #B54937: hue angle of 8.57º 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 #B54937 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 55 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.29 |
| HSL | 8.57º | 0.53% | 0.46% | - |
| HSV(B) | 8.57º | 0.7% | 0.71% | - |
| XYZ | 22.13 | 14.86 | 5.32 | - |
| YUV | 103.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 55 | 0 | 0.60 | 0.70 | 0.29 | 8.57 | 0.53 | 0.46 |
| Hex | B5 | 49 | 37 | 0 | 3C | 46 | 1D | 9 | 35 | 2E |
| Octal | 265 | 111 | 67 | 0 | 74 | 106 | 35 | 11 | 65 | 56 |
| Binary | 10110101 | 1001001 | 110111 | 0 | 111100 | 1000110 | 11101 | 1001 | 110101 | 101110 |
Color Harmonies of #B54937
Complementary color
Monochromatic Colors of #B54937
Black with #B54937
Text Example
Text Example
White with #B54937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54937; }
p { color: rgb(181,73,55); }
H1.HeaderClassName
{
color: #B54937;
}
.AnyTagClassName
{
color: #B54937;
}
</style>
background-color css
<style>
a { background-color: #B54937; }
a { background-color: rgb(181,73,55); }
div.DivClassName
{
background-color: #B54937;
}
.BgClassName
{
background-color: #B54937;
}
</style>
border-color css
<style>
span { border-color: #B54937; }
span { border-color: rgb(181,73,55); }
td.TdClassName
{
border-color: #B54937;
}
.TagClassName
{
border-color: #B54937;
}
</style>