Shades of Medium Carmine #B54537
Tints of Medium Carmine #B54537
RGB
CMYK
RGB Variations
Color information
#B54537 (or 0xB54537) is known color: Medium Carmine. HEX triplet: B5, 45 and 37. RGB value is (181,69,55). Sum of RGB (Red+Green+Blue) = 181+69+55=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B54537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54537 is #4ABAC8. Grayscale: #656565. Windows color (decimal): -4897481 or 3622325. OLE color: 3622325.
HSL color Cylindrical-coordinate representation of color #B54537: hue angle of 6.67º 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 #B54537 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 55 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.29 |
| HSL | 6.67º | 0.53% | 0.46% | - |
| HSV(B) | 6.67º | 0.7% | 0.71% | - |
| XYZ | 21.87 | 14.36 | 5.23 | - |
| YUV | 100.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 55 | 0 | 0.62 | 0.70 | 0.29 | 6.67 | 0.53 | 0.46 |
| Hex | B5 | 45 | 37 | 0 | 3E | 46 | 1D | 7 | 35 | 2E |
| Octal | 265 | 105 | 67 | 0 | 76 | 106 | 35 | 7 | 65 | 56 |
| Binary | 10110101 | 1000101 | 110111 | 0 | 111110 | 1000110 | 11101 | 111 | 110101 | 101110 |
Color Harmonies of #B54537
Complementary color
Monochromatic Colors of #B54537
Black with #B54537
Text Example
Text Example
White with #B54537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54537; }
p { color: rgb(181,69,55); }
H1.HeaderClassName
{
color: #B54537;
}
.AnyTagClassName
{
color: #B54537;
}
</style>
background-color css
<style>
a { background-color: #B54537; }
a { background-color: rgb(181,69,55); }
div.DivClassName
{
background-color: #B54537;
}
.BgClassName
{
background-color: #B54537;
}
</style>
border-color css
<style>
span { border-color: #B54537; }
span { border-color: rgb(181,69,55); }
td.TdClassName
{
border-color: #B54537;
}
.TagClassName
{
border-color: #B54537;
}
</style>