Shades of Medium Carmine #BC433C
Tints of Medium Carmine #BC433C
RGB
CMYK
RGB Variations
Color information
#BC433C (or 0xBC433C) is known color: Medium Carmine. HEX triplet: BC, 43 and 3C. RGB value is (188,67,60). Sum of RGB (Red+Green+Blue) = 188+67+60=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC433C is #43BCC3. Grayscale: #666666. Windows color (decimal): -4439236 or 3949500. OLE color: 3949500.
HSL color Cylindrical-coordinate representation of color #BC433C: hue angle of 3.28º degrees, saturation: 0.52, 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 #BC433C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 60 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.26 |
| HSL | 3.28º | 0.52% | 0.49% | - |
| HSV(B) | 3.28º | 0.68% | 0.74% | - |
| XYZ | 23.56 | 15.03 | 5.93 | - |
| YUV | 102.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 60 | 0 | 0.64 | 0.68 | 0.26 | 3.28 | 0.52 | 0.49 |
| Hex | BC | 43 | 3C | 0 | 40 | 44 | 1A | 3 | 34 | 31 |
| Octal | 274 | 103 | 74 | 0 | 100 | 104 | 32 | 3 | 64 | 61 |
| Binary | 10111100 | 1000011 | 111100 | 0 | 1000000 | 1000100 | 11010 | 11 | 110100 | 110001 |
Color Harmonies of #BC433C
Complementary color
Monochromatic Colors of #BC433C
Black with #BC433C
Text Example
Text Example
White with #BC433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC433C; }
p { color: rgb(188,67,60); }
H1.HeaderClassName
{
color: #BC433C;
}
.AnyTagClassName
{
color: #BC433C;
}
</style>
background-color css
<style>
a { background-color: #BC433C; }
a { background-color: rgb(188,67,60); }
div.DivClassName
{
background-color: #BC433C;
}
.BgClassName
{
background-color: #BC433C;
}
</style>
border-color css
<style>
span { border-color: #BC433C; }
span { border-color: rgb(188,67,60); }
td.TdClassName
{
border-color: #BC433C;
}
.TagClassName
{
border-color: #BC433C;
}
</style>