Shades of Medium Carmine #B54736
Tints of Medium Carmine #B54736
RGB
CMYK
RGB Variations
Color information
#B54736 (or 0xB54736) is known color: Medium Carmine. HEX triplet: B5, 47 and 36. RGB value is (181,71,54). Sum of RGB (Red+Green+Blue) = 181+71+54=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B54736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54736 is #4AB8C9. Grayscale: #666666. Windows color (decimal): -4896970 or 3557301. OLE color: 3557301.
HSL color Cylindrical-coordinate representation of color #B54736: hue angle of 8.03º 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 #B54736 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 54 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.29 |
| HSL | 8.03º | 0.54% | 0.46% | - |
| HSV(B) | 8.03º | 0.7% | 0.71% | - |
| XYZ | 21.98 | 14.6 | 5.15 | - |
| YUV | 101.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 54 | 0 | 0.61 | 0.70 | 0.29 | 8.03 | 0.54 | 0.46 |
| Hex | B5 | 47 | 36 | 0 | 3D | 46 | 1D | 8 | 36 | 2E |
| Octal | 265 | 107 | 66 | 0 | 75 | 106 | 35 | 10 | 66 | 56 |
| Binary | 10110101 | 1000111 | 110110 | 0 | 111101 | 1000110 | 11101 | 1000 | 110110 | 101110 |
Color Harmonies of #B54736
Complementary color
Monochromatic Colors of #B54736
Black with #B54736
Text Example
Text Example
White with #B54736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54736; }
p { color: rgb(181,71,54); }
H1.HeaderClassName
{
color: #B54736;
}
.AnyTagClassName
{
color: #B54736;
}
</style>
background-color css
<style>
a { background-color: #B54736; }
a { background-color: rgb(181,71,54); }
div.DivClassName
{
background-color: #B54736;
}
.BgClassName
{
background-color: #B54736;
}
</style>
border-color css
<style>
span { border-color: #B54736; }
span { border-color: rgb(181,71,54); }
td.TdClassName
{
border-color: #B54736;
}
.TagClassName
{
border-color: #B54736;
}
</style>