Shades of Medium Carmine #B53C37
Tints of Medium Carmine #B53C37
RGB
CMYK
RGB Variations
Color information
#B53C37 (or 0xB53C37) is known color: Medium Carmine. HEX triplet: B5, 3C and 37. RGB value is (181,60,55). Sum of RGB (Red+Green+Blue) = 181+60+55=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C37 is #4AC3C8. Grayscale: #5F5F5F. Windows color (decimal): -4899785 or 3620021. OLE color: 3620021.
HSL color Cylindrical-coordinate representation of color #B53C37: hue angle of 2.38º degrees, saturation: 0.53, 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 #B53C37 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 55 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.29 |
| HSL | 2.38º | 0.53% | 0.46% | - |
| HSV(B) | 2.38º | 0.7% | 0.71% | - |
| XYZ | 21.36 | 13.33 | 5.06 | - |
| YUV | 95.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 55 | 0 | 0.67 | 0.70 | 0.29 | 2.38 | 0.53 | 0.46 |
| Hex | B5 | 3C | 37 | 0 | 43 | 46 | 1D | 2 | 35 | 2E |
| Octal | 265 | 74 | 67 | 0 | 103 | 106 | 35 | 2 | 65 | 56 |
| Binary | 10110101 | 111100 | 110111 | 0 | 1000011 | 1000110 | 11101 | 10 | 110101 | 101110 |
Color Harmonies of #B53C37
Complementary color
Monochromatic Colors of #B53C37
Black with #B53C37
Text Example
Text Example
White with #B53C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C37; }
p { color: rgb(181,60,55); }
H1.HeaderClassName
{
color: #B53C37;
}
.AnyTagClassName
{
color: #B53C37;
}
</style>
background-color css
<style>
a { background-color: #B53C37; }
a { background-color: rgb(181,60,55); }
div.DivClassName
{
background-color: #B53C37;
}
.BgClassName
{
background-color: #B53C37;
}
</style>
border-color css
<style>
span { border-color: #B53C37; }
span { border-color: rgb(181,60,55); }
td.TdClassName
{
border-color: #B53C37;
}
.TagClassName
{
border-color: #B53C37;
}
</style>