Shades of Medium Carmine #B63C37
Tints of Medium Carmine #B63C37
RGB
CMYK
RGB Variations
Color information
#B63C37 (or 0xB63C37) is known color: Medium Carmine. HEX triplet: B6, 3C and 37. RGB value is (182,60,55). Sum of RGB (Red+Green+Blue) = 182+60+55=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C37 is #49C3C8. Grayscale: #606060. Windows color (decimal): -4834249 or 3620022. OLE color: 3620022.
HSL color Cylindrical-coordinate representation of color #B63C37: hue angle of 2.36º 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 #B63C37 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 55 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.29 |
| HSL | 2.36º | 0.54% | 0.46% | - |
| HSV(B) | 2.36º | 0.7% | 0.71% | - |
| XYZ | 21.6 | 13.45 | 5.07 | - |
| YUV | 95.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 55 | 0 | 0.67 | 0.70 | 0.29 | 2.36 | 0.54 | 0.46 |
| Hex | B6 | 3C | 37 | 0 | 43 | 46 | 1D | 2 | 36 | 2E |
| Octal | 266 | 74 | 67 | 0 | 103 | 106 | 35 | 2 | 66 | 56 |
| Binary | 10110110 | 111100 | 110111 | 0 | 1000011 | 1000110 | 11101 | 10 | 110110 | 101110 |
Color Harmonies of #B63C37
Complementary color
Monochromatic Colors of #B63C37
Black with #B63C37
Text Example
Text Example
White with #B63C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C37; }
p { color: rgb(182,60,55); }
H1.HeaderClassName
{
color: #B63C37;
}
.AnyTagClassName
{
color: #B63C37;
}
</style>
background-color css
<style>
a { background-color: #B63C37; }
a { background-color: rgb(182,60,55); }
div.DivClassName
{
background-color: #B63C37;
}
.BgClassName
{
background-color: #B63C37;
}
</style>
border-color css
<style>
span { border-color: #B63C37; }
span { border-color: rgb(182,60,55); }
td.TdClassName
{
border-color: #B63C37;
}
.TagClassName
{
border-color: #B63C37;
}
</style>