Shades of Medium Carmine #BC3A25
Tints of Medium Carmine #BC3A25
RGB
CMYK
RGB Variations
Color information
#BC3A25 (or 0xBC3A25) is known color: Medium Carmine. HEX triplet: BC, 3A and 25. RGB value is (188,58,37). Sum of RGB (Red+Green+Blue) = 188+58+37=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A25 is #43C5DA. Grayscale: #5E5E5E. Windows color (decimal): -4441563 or 2439868. OLE color: 2439868.
HSL color Cylindrical-coordinate representation of color #BC3A25: hue angle of 8.34º 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 #BC3A25 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 37 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.26 |
| HSL | 8.34º | 0.67% | 0.44% | - |
| HSV(B) | 8.34º | 0.8% | 0.74% | - |
| XYZ | 22.59 | 13.85 | 3.23 | - |
| YUV | 94.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 37 | 0 | 0.69 | 0.80 | 0.26 | 8.34 | 0.67 | 0.44 |
| Hex | BC | 3A | 25 | 0 | 45 | 50 | 1A | 8 | 43 | 2C |
| Octal | 274 | 72 | 45 | 0 | 105 | 120 | 32 | 10 | 103 | 54 |
| Binary | 10111100 | 111010 | 100101 | 0 | 1000101 | 1010000 | 11010 | 1000 | 1000011 | 101100 |
Color Harmonies of #BC3A25
Complementary color
Monochromatic Colors of #BC3A25
Black with #BC3A25
Text Example
Text Example
White with #BC3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A25; }
p { color: rgb(188,58,37); }
H1.HeaderClassName
{
color: #BC3A25;
}
.AnyTagClassName
{
color: #BC3A25;
}
</style>
background-color css
<style>
a { background-color: #BC3A25; }
a { background-color: rgb(188,58,37); }
div.DivClassName
{
background-color: #BC3A25;
}
.BgClassName
{
background-color: #BC3A25;
}
</style>
border-color css
<style>
span { border-color: #BC3A25; }
span { border-color: rgb(188,58,37); }
td.TdClassName
{
border-color: #BC3A25;
}
.TagClassName
{
border-color: #BC3A25;
}
</style>