Shades of Medium Carmine #B54836
Tints of Medium Carmine #B54836
RGB
CMYK
RGB Variations
Color information
#B54836 (or 0xB54836) is known color: Medium Carmine. HEX triplet: B5, 48 and 36. RGB value is (181,72,54). Sum of RGB (Red+Green+Blue) = 181+72+54=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B54836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54836 is #4AB7C9. Grayscale: #666666. Windows color (decimal): -4896714 or 3557557. OLE color: 3557557.
HSL color Cylindrical-coordinate representation of color #B54836: hue angle of 8.5º degrees, saturation: 0.54, 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 #B54836 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 54 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.29 |
| HSL | 8.5º | 0.54% | 0.46% | - |
| HSV(B) | 8.5º | 0.7% | 0.71% | - |
| XYZ | 22.04 | 14.72 | 5.17 | - |
| YUV | 102.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 54 | 0 | 0.60 | 0.70 | 0.29 | 8.5 | 0.54 | 0.46 |
| Hex | B5 | 48 | 36 | 0 | 3C | 46 | 1D | 9 | 36 | 2E |
| Octal | 265 | 110 | 66 | 0 | 74 | 106 | 35 | 11 | 66 | 56 |
| Binary | 10110101 | 1001000 | 110110 | 0 | 111100 | 1000110 | 11101 | 1001 | 110110 | 101110 |
Color Harmonies of #B54836
Complementary color
Monochromatic Colors of #B54836
Black with #B54836
Text Example
Text Example
White with #B54836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54836; }
p { color: rgb(181,72,54); }
H1.HeaderClassName
{
color: #B54836;
}
.AnyTagClassName
{
color: #B54836;
}
</style>
background-color css
<style>
a { background-color: #B54836; }
a { background-color: rgb(181,72,54); }
div.DivClassName
{
background-color: #B54836;
}
.BgClassName
{
background-color: #B54836;
}
</style>
border-color css
<style>
span { border-color: #B54836; }
span { border-color: rgb(181,72,54); }
td.TdClassName
{
border-color: #B54836;
}
.TagClassName
{
border-color: #B54836;
}
</style>