Shades of Medium Carmine #BC423D
Tints of Medium Carmine #BC423D
RGB
CMYK
RGB Variations
Color information
#BC423D (or 0xBC423D) is known color: Medium Carmine. HEX triplet: BC, 42 and 3D. RGB value is (188,66,61). Sum of RGB (Red+Green+Blue) = 188+66+61=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC423D is #43BDC2. Grayscale: #666666. Windows color (decimal): -4439491 or 4014780. OLE color: 4014780.
HSL color Cylindrical-coordinate representation of color #BC423D: hue angle of 2.36º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC423D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 61 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.26 |
| HSL | 2.36º | 0.51% | 0.49% | - |
| HSV(B) | 2.36º | 0.68% | 0.74% | - |
| XYZ | 23.53 | 14.92 | 6.06 | - |
| YUV | 101.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 61 | 0 | 0.65 | 0.68 | 0.26 | 2.36 | 0.51 | 0.49 |
| Hex | BC | 42 | 3D | 0 | 41 | 44 | 1A | 2 | 33 | 31 |
| Octal | 274 | 102 | 75 | 0 | 101 | 104 | 32 | 2 | 63 | 61 |
| Binary | 10111100 | 1000010 | 111101 | 0 | 1000001 | 1000100 | 11010 | 10 | 110011 | 110001 |
Color Harmonies of #BC423D
Complementary color
Monochromatic Colors of #BC423D
Black with #BC423D
Text Example
Text Example
White with #BC423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC423D; }
p { color: rgb(188,66,61); }
H1.HeaderClassName
{
color: #BC423D;
}
.AnyTagClassName
{
color: #BC423D;
}
</style>
background-color css
<style>
a { background-color: #BC423D; }
a { background-color: rgb(188,66,61); }
div.DivClassName
{
background-color: #BC423D;
}
.BgClassName
{
background-color: #BC423D;
}
</style>
border-color css
<style>
span { border-color: #BC423D; }
span { border-color: rgb(188,66,61); }
td.TdClassName
{
border-color: #BC423D;
}
.TagClassName
{
border-color: #BC423D;
}
</style>