Shades of Medium Carmine #B63C36
Tints of Medium Carmine #B63C36
RGB
CMYK
RGB Variations
Color information
#B63C36 (or 0xB63C36) is known color: Medium Carmine. HEX triplet: B6, 3C and 36. RGB value is (182,60,54). Sum of RGB (Red+Green+Blue) = 182+60+54=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C36 is #49C3C9. Grayscale: #5F5F5F. Windows color (decimal): -4834250 or 3554486. OLE color: 3554486.
HSL color Cylindrical-coordinate representation of color #B63C36: hue angle of 2.81º 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 #B63C36 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 54 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.29 |
| HSL | 2.81º | 0.54% | 0.46% | - |
| HSV(B) | 2.81º | 0.7% | 0.71% | - |
| XYZ | 21.57 | 13.44 | 4.95 | - |
| YUV | 95.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 54 | 0 | 0.67 | 0.70 | 0.29 | 2.81 | 0.54 | 0.46 |
| Hex | B6 | 3C | 36 | 0 | 43 | 46 | 1D | 3 | 36 | 2E |
| Octal | 266 | 74 | 66 | 0 | 103 | 106 | 35 | 3 | 66 | 56 |
| Binary | 10110110 | 111100 | 110110 | 0 | 1000011 | 1000110 | 11101 | 11 | 110110 | 101110 |
Color Harmonies of #B63C36
Complementary color
Monochromatic Colors of #B63C36
Black with #B63C36
Text Example
Text Example
White with #B63C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C36; }
p { color: rgb(182,60,54); }
H1.HeaderClassName
{
color: #B63C36;
}
.AnyTagClassName
{
color: #B63C36;
}
</style>
background-color css
<style>
a { background-color: #B63C36; }
a { background-color: rgb(182,60,54); }
div.DivClassName
{
background-color: #B63C36;
}
.BgClassName
{
background-color: #B63C36;
}
</style>
border-color css
<style>
span { border-color: #B63C36; }
span { border-color: rgb(182,60,54); }
td.TdClassName
{
border-color: #B63C36;
}
.TagClassName
{
border-color: #B63C36;
}
</style>