Shades of Medium Carmine #B54838
Tints of Medium Carmine #B54838
RGB
CMYK
RGB Variations
Color information
#B54838 (or 0xB54838) is known color: Medium Carmine. HEX triplet: B5, 48 and 38. RGB value is (181,72,56). Sum of RGB (Red+Green+Blue) = 181+72+56=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B54838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54838 is #4AB7C7. Grayscale: #666666. Windows color (decimal): -4896712 or 3688629. OLE color: 3688629.
HSL color Cylindrical-coordinate representation of color #B54838: hue angle of 7.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54838 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 56 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.29 |
| HSL | 7.68º | 0.53% | 0.46% | - |
| HSV(B) | 7.68º | 0.69% | 0.71% | - |
| XYZ | 22.09 | 14.74 | 5.42 | - |
| YUV | 102.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 56 | 0 | 0.60 | 0.69 | 0.29 | 7.68 | 0.53 | 0.46 |
| Hex | B5 | 48 | 38 | 0 | 3C | 45 | 1D | 8 | 35 | 2E |
| Octal | 265 | 110 | 70 | 0 | 74 | 105 | 35 | 10 | 65 | 56 |
| Binary | 10110101 | 1001000 | 111000 | 0 | 111100 | 1000101 | 11101 | 1000 | 110101 | 101110 |
Color Harmonies of #B54838
Complementary color
Monochromatic Colors of #B54838
Black with #B54838
Text Example
Text Example
White with #B54838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54838; }
p { color: rgb(181,72,56); }
H1.HeaderClassName
{
color: #B54838;
}
.AnyTagClassName
{
color: #B54838;
}
</style>
background-color css
<style>
a { background-color: #B54838; }
a { background-color: rgb(181,72,56); }
div.DivClassName
{
background-color: #B54838;
}
.BgClassName
{
background-color: #B54838;
}
</style>
border-color css
<style>
span { border-color: #B54838; }
span { border-color: rgb(181,72,56); }
td.TdClassName
{
border-color: #B54838;
}
.TagClassName
{
border-color: #B54838;
}
</style>