Shades of Medium Carmine #B63C2B
Tints of Medium Carmine #B63C2B
RGB
CMYK
RGB Variations
Color information
#B63C2B (or 0xB63C2B) is known color: Medium Carmine. HEX triplet: B6, 3C and 2B. RGB value is (182,60,43). Sum of RGB (Red+Green+Blue) = 182+60+43=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C2B is #49C3D4. Grayscale: #5E5E5E. Windows color (decimal): -4834261 or 2833590. OLE color: 2833590.
HSL color Cylindrical-coordinate representation of color #B63C2B: hue angle of 7.34º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63C2B is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 43 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.29 |
| HSL | 7.34º | 0.62% | 0.44% | - |
| HSV(B) | 7.34º | 0.76% | 0.71% | - |
| XYZ | 21.34 | 13.35 | 3.74 | - |
| YUV | 94.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 43 | 0 | 0.67 | 0.76 | 0.29 | 7.34 | 0.62 | 0.44 |
| Hex | B6 | 3C | 2B | 0 | 43 | 4C | 1D | 7 | 3E | 2C |
| Octal | 266 | 74 | 53 | 0 | 103 | 114 | 35 | 7 | 76 | 54 |
| Binary | 10110110 | 111100 | 101011 | 0 | 1000011 | 1001100 | 11101 | 111 | 111110 | 101100 |
Color Harmonies of #B63C2B
Complementary color
Monochromatic Colors of #B63C2B
Black with #B63C2B
Text Example
Text Example
White with #B63C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C2B; }
p { color: rgb(182,60,43); }
H1.HeaderClassName
{
color: #B63C2B;
}
.AnyTagClassName
{
color: #B63C2B;
}
</style>
background-color css
<style>
a { background-color: #B63C2B; }
a { background-color: rgb(182,60,43); }
div.DivClassName
{
background-color: #B63C2B;
}
.BgClassName
{
background-color: #B63C2B;
}
</style>
border-color css
<style>
span { border-color: #B63C2B; }
span { border-color: rgb(182,60,43); }
td.TdClassName
{
border-color: #B63C2B;
}
.TagClassName
{
border-color: #B63C2B;
}
</style>