Shades of Medium Carmine #BC382B
Tints of Medium Carmine #BC382B
RGB
CMYK
RGB Variations
Color information
#BC382B (or 0xBC382B) is known color: Medium Carmine. HEX triplet: BC, 38 and 2B. RGB value is (188,56,43). Sum of RGB (Red+Green+Blue) = 188+56+43=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC382B is #43C7D4. Grayscale: #5E5E5E. Windows color (decimal): -4442069 or 2832572. OLE color: 2832572.
HSL color Cylindrical-coordinate representation of color #BC382B: hue angle of 5.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC382B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 43 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.26 |
| HSL | 5.38º | 0.63% | 0.45% | - |
| HSV(B) | 5.38º | 0.77% | 0.74% | - |
| XYZ | 22.59 | 13.69 | 3.74 | - |
| YUV | 93.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 43 | 0 | 0.70 | 0.77 | 0.26 | 5.38 | 0.63 | 0.45 |
| Hex | BC | 38 | 2B | 0 | 46 | 4D | 1A | 5 | 3F | 2D |
| Octal | 274 | 70 | 53 | 0 | 106 | 115 | 32 | 5 | 77 | 55 |
| Binary | 10111100 | 111000 | 101011 | 0 | 1000110 | 1001101 | 11010 | 101 | 111111 | 101101 |
Color Harmonies of #BC382B
Complementary color
Monochromatic Colors of #BC382B
Black with #BC382B
Text Example
Text Example
White with #BC382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC382B; }
p { color: rgb(188,56,43); }
H1.HeaderClassName
{
color: #BC382B;
}
.AnyTagClassName
{
color: #BC382B;
}
</style>
background-color css
<style>
a { background-color: #BC382B; }
a { background-color: rgb(188,56,43); }
div.DivClassName
{
background-color: #BC382B;
}
.BgClassName
{
background-color: #BC382B;
}
</style>
border-color css
<style>
span { border-color: #BC382B; }
span { border-color: rgb(188,56,43); }
td.TdClassName
{
border-color: #BC382B;
}
.TagClassName
{
border-color: #BC382B;
}
</style>