Shades of Medium Carmine #B53636
Tints of Medium Carmine #B53636
RGB
CMYK
RGB Variations
Color information
#B53636 (or 0xB53636) is known color: Medium Carmine. HEX triplet: B5, 36 and 36. RGB value is (181,54,54). Sum of RGB (Red+Green+Blue) = 181+54+54=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B53636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53636 is #4AC9C9. Grayscale: #5C5C5C. Windows color (decimal): -4901322 or 3552949. OLE color: 3552949.
HSL color Cylindrical-coordinate representation of color #B53636: hue angle of 0º 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 #B53636 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 54 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.29 |
| HSL | 0º | 0.54% | 0.46% | - |
| HSV(B) | 0º | 0.7% | 0.71% | - |
| XYZ | 21.04 | 12.73 | 4.84 | - |
| YUV | 91.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 54 | 0 | 0.70 | 0.70 | 0.29 | 0 | 0.54 | 0.46 |
| Hex | B5 | 36 | 36 | 0 | 46 | 46 | 1D | 0 | 36 | 2E |
| Octal | 265 | 66 | 66 | 0 | 106 | 106 | 35 | 0 | 66 | 56 |
| Binary | 10110101 | 110110 | 110110 | 0 | 1000110 | 1000110 | 11101 | 0 | 110110 | 101110 |
Color Harmonies of #B53636
Complementary color
Monochromatic Colors of #B53636
Black with #B53636
Text Example
Text Example
White with #B53636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53636; }
p { color: rgb(181,54,54); }
H1.HeaderClassName
{
color: #B53636;
}
.AnyTagClassName
{
color: #B53636;
}
</style>
background-color css
<style>
a { background-color: #B53636; }
a { background-color: rgb(181,54,54); }
div.DivClassName
{
background-color: #B53636;
}
.BgClassName
{
background-color: #B53636;
}
</style>
border-color css
<style>
span { border-color: #B53636; }
span { border-color: rgb(181,54,54); }
td.TdClassName
{
border-color: #B53636;
}
.TagClassName
{
border-color: #B53636;
}
</style>