Shades of Medium Carmine #B63C29
Tints of Medium Carmine #B63C29
RGB
CMYK
RGB Variations
Color information
#B63C29 (or 0xB63C29) is known color: Medium Carmine. HEX triplet: B6, 3C and 29. RGB value is (182,60,41). Sum of RGB (Red+Green+Blue) = 182+60+41=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C29 is #49C3D6. Grayscale: #5E5E5E. Windows color (decimal): -4834263 or 2702518. OLE color: 2702518.
HSL color Cylindrical-coordinate representation of color #B63C29: hue angle of 8.09º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63C29 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 41 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.29 |
| HSL | 8.09º | 0.63% | 0.44% | - |
| HSV(B) | 8.09º | 0.77% | 0.71% | - |
| XYZ | 21.31 | 13.34 | 3.55 | - |
| YUV | 94.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 41 | 0 | 0.67 | 0.77 | 0.29 | 8.09 | 0.63 | 0.44 |
| Hex | B6 | 3C | 29 | 0 | 43 | 4D | 1D | 8 | 3F | 2C |
| Octal | 266 | 74 | 51 | 0 | 103 | 115 | 35 | 10 | 77 | 54 |
| Binary | 10110110 | 111100 | 101001 | 0 | 1000011 | 1001101 | 11101 | 1000 | 111111 | 101100 |
Color Harmonies of #B63C29
Complementary color
Monochromatic Colors of #B63C29
Black with #B63C29
Text Example
Text Example
White with #B63C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C29; }
p { color: rgb(182,60,41); }
H1.HeaderClassName
{
color: #B63C29;
}
.AnyTagClassName
{
color: #B63C29;
}
</style>
background-color css
<style>
a { background-color: #B63C29; }
a { background-color: rgb(182,60,41); }
div.DivClassName
{
background-color: #B63C29;
}
.BgClassName
{
background-color: #B63C29;
}
</style>
border-color css
<style>
span { border-color: #B63C29; }
span { border-color: rgb(182,60,41); }
td.TdClassName
{
border-color: #B63C29;
}
.TagClassName
{
border-color: #B63C29;
}
</style>