Shades of Medium Carmine #B54136
Tints of Medium Carmine #B54136
RGB
CMYK
RGB Variations
Color information
#B54136 (or 0xB54136) is known color: Medium Carmine. HEX triplet: B5, 41 and 36. RGB value is (181,65,54). Sum of RGB (Red+Green+Blue) = 181+65+54=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B54136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54136 is #4ABEC9. Grayscale: #626262. Windows color (decimal): -4898506 or 3555765. OLE color: 3555765.
HSL color Cylindrical-coordinate representation of color #B54136: hue angle of 5.2º 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 #B54136 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 54 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.29 |
| HSL | 5.2º | 0.54% | 0.46% | - |
| HSV(B) | 5.2º | 0.7% | 0.71% | - |
| XYZ | 21.61 | 13.87 | 5.03 | - |
| YUV | 98.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 54 | 0 | 0.64 | 0.70 | 0.29 | 5.2 | 0.54 | 0.46 |
| Hex | B5 | 41 | 36 | 0 | 40 | 46 | 1D | 5 | 36 | 2E |
| Octal | 265 | 101 | 66 | 0 | 100 | 106 | 35 | 5 | 66 | 56 |
| Binary | 10110101 | 1000001 | 110110 | 0 | 1000000 | 1000110 | 11101 | 101 | 110110 | 101110 |
Color Harmonies of #B54136
Complementary color
Monochromatic Colors of #B54136
Black with #B54136
Text Example
Text Example
White with #B54136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54136; }
p { color: rgb(181,65,54); }
H1.HeaderClassName
{
color: #B54136;
}
.AnyTagClassName
{
color: #B54136;
}
</style>
background-color css
<style>
a { background-color: #B54136; }
a { background-color: rgb(181,65,54); }
div.DivClassName
{
background-color: #B54136;
}
.BgClassName
{
background-color: #B54136;
}
</style>
border-color css
<style>
span { border-color: #B54136; }
span { border-color: rgb(181,65,54); }
td.TdClassName
{
border-color: #B54136;
}
.TagClassName
{
border-color: #B54136;
}
</style>