Shades of Medium Carmine #B54337
Tints of Medium Carmine #B54337
RGB
CMYK
RGB Variations
Color information
#B54337 (or 0xB54337) is known color: Medium Carmine. HEX triplet: B5, 43 and 37. RGB value is (181,67,55). Sum of RGB (Red+Green+Blue) = 181+67+55=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B54337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54337 is #4ABCC8. Grayscale: #636363. Windows color (decimal): -4897993 or 3621813. OLE color: 3621813.
HSL color Cylindrical-coordinate representation of color #B54337: hue angle of 5.71º 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 #B54337 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 55 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.29 |
| HSL | 5.71º | 0.53% | 0.46% | - |
| HSV(B) | 5.71º | 0.7% | 0.71% | - |
| XYZ | 21.75 | 14.11 | 5.19 | - |
| YUV | 99.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 55 | 0 | 0.63 | 0.70 | 0.29 | 5.71 | 0.53 | 0.46 |
| Hex | B5 | 43 | 37 | 0 | 3F | 46 | 1D | 6 | 35 | 2E |
| Octal | 265 | 103 | 67 | 0 | 77 | 106 | 35 | 6 | 65 | 56 |
| Binary | 10110101 | 1000011 | 110111 | 0 | 111111 | 1000110 | 11101 | 110 | 110101 | 101110 |
Color Harmonies of #B54337
Complementary color
Monochromatic Colors of #B54337
Black with #B54337
Text Example
Text Example
White with #B54337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54337; }
p { color: rgb(181,67,55); }
H1.HeaderClassName
{
color: #B54337;
}
.AnyTagClassName
{
color: #B54337;
}
</style>
background-color css
<style>
a { background-color: #B54337; }
a { background-color: rgb(181,67,55); }
div.DivClassName
{
background-color: #B54337;
}
.BgClassName
{
background-color: #B54337;
}
</style>
border-color css
<style>
span { border-color: #B54337; }
span { border-color: rgb(181,67,55); }
td.TdClassName
{
border-color: #B54337;
}
.TagClassName
{
border-color: #B54337;
}
</style>