Shades of Medium Carmine #BC3F25
Tints of Medium Carmine #BC3F25
RGB
CMYK
RGB Variations
Color information
#BC3F25 (or 0xBC3F25) is known color: Medium Carmine. HEX triplet: BC, 3F and 25. RGB value is (188,63,37). Sum of RGB (Red+Green+Blue) = 188+63+37=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F25 is #43C0DA. Grayscale: #616161. Windows color (decimal): -4440283 or 2441148. OLE color: 2441148.
HSL color Cylindrical-coordinate representation of color #BC3F25: hue angle of 10.33º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC3F25 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 37 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.26 |
| HSL | 10.33º | 0.67% | 0.44% | - |
| HSV(B) | 10.33º | 0.8% | 0.74% | - |
| XYZ | 22.85 | 14.38 | 3.32 | - |
| YUV | 97.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 37 | 0 | 0.66 | 0.80 | 0.26 | 10.33 | 0.67 | 0.44 |
| Hex | BC | 3F | 25 | 0 | 42 | 50 | 1A | A | 43 | 2C |
| Octal | 274 | 77 | 45 | 0 | 102 | 120 | 32 | 12 | 103 | 54 |
| Binary | 10111100 | 111111 | 100101 | 0 | 1000010 | 1010000 | 11010 | 1010 | 1000011 | 101100 |
Color Harmonies of #BC3F25
Complementary color
Monochromatic Colors of #BC3F25
Black with #BC3F25
Text Example
Text Example
White with #BC3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F25; }
p { color: rgb(188,63,37); }
H1.HeaderClassName
{
color: #BC3F25;
}
.AnyTagClassName
{
color: #BC3F25;
}
</style>
background-color css
<style>
a { background-color: #BC3F25; }
a { background-color: rgb(188,63,37); }
div.DivClassName
{
background-color: #BC3F25;
}
.BgClassName
{
background-color: #BC3F25;
}
</style>
border-color css
<style>
span { border-color: #BC3F25; }
span { border-color: rgb(188,63,37); }
td.TdClassName
{
border-color: #BC3F25;
}
.TagClassName
{
border-color: #BC3F25;
}
</style>