Shades of Medium Carmine #B53C36
Tints of Medium Carmine #B53C36
RGB
CMYK
RGB Variations
Color information
#B53C36 (or 0xB53C36) is known color: Medium Carmine. HEX triplet: B5, 3C and 36. RGB value is (181,60,54). Sum of RGB (Red+Green+Blue) = 181+60+54=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C36 is #4AC3C9. Grayscale: #5F5F5F. Windows color (decimal): -4899786 or 3554485. OLE color: 3554485.
HSL color Cylindrical-coordinate representation of color #B53C36: hue angle of 2.83º 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 #B53C36 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 54 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.29 |
| HSL | 2.83º | 0.54% | 0.46% | - |
| HSV(B) | 2.83º | 0.7% | 0.71% | - |
| XYZ | 21.34 | 13.32 | 4.94 | - |
| YUV | 95.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 54 | 0 | 0.67 | 0.70 | 0.29 | 2.83 | 0.54 | 0.46 |
| Hex | B5 | 3C | 36 | 0 | 43 | 46 | 1D | 3 | 36 | 2E |
| Octal | 265 | 74 | 66 | 0 | 103 | 106 | 35 | 3 | 66 | 56 |
| Binary | 10110101 | 111100 | 110110 | 0 | 1000011 | 1000110 | 11101 | 11 | 110110 | 101110 |
Color Harmonies of #B53C36
Complementary color
Monochromatic Colors of #B53C36
Black with #B53C36
Text Example
Text Example
White with #B53C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C36; }
p { color: rgb(181,60,54); }
H1.HeaderClassName
{
color: #B53C36;
}
.AnyTagClassName
{
color: #B53C36;
}
</style>
background-color css
<style>
a { background-color: #B53C36; }
a { background-color: rgb(181,60,54); }
div.DivClassName
{
background-color: #B53C36;
}
.BgClassName
{
background-color: #B53C36;
}
</style>
border-color css
<style>
span { border-color: #B53C36; }
span { border-color: rgb(181,60,54); }
td.TdClassName
{
border-color: #B53C36;
}
.TagClassName
{
border-color: #B53C36;
}
</style>