Shades of Medium Carmine #BC402F
Tints of Medium Carmine #BC402F
RGB
CMYK
RGB Variations
Color information
#BC402F (or 0xBC402F) is known color: Medium Carmine. HEX triplet: BC, 40 and 2F. RGB value is (188,64,47). Sum of RGB (Red+Green+Blue) = 188+64+47=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC402F is #43BFD0. Grayscale: #636363. Windows color (decimal): -4440017 or 3096764. OLE color: 3096764.
HSL color Cylindrical-coordinate representation of color #BC402F: hue angle of 7.23º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC402F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 47 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.26 |
| HSL | 7.23º | 0.6% | 0.46% | - |
| HSV(B) | 7.23º | 0.75% | 0.74% | - |
| XYZ | 23.09 | 14.56 | 4.28 | - |
| YUV | 99.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 47 | 0 | 0.66 | 0.75 | 0.26 | 7.23 | 0.6 | 0.46 |
| Hex | BC | 40 | 2F | 0 | 42 | 4B | 1A | 7 | 3C | 2E |
| Octal | 274 | 100 | 57 | 0 | 102 | 113 | 32 | 7 | 74 | 56 |
| Binary | 10111100 | 1000000 | 101111 | 0 | 1000010 | 1001011 | 11010 | 111 | 111100 | 101110 |
Color Harmonies of #BC402F
Complementary color
Monochromatic Colors of #BC402F
Black with #BC402F
Text Example
Text Example
White with #BC402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC402F; }
p { color: rgb(188,64,47); }
H1.HeaderClassName
{
color: #BC402F;
}
.AnyTagClassName
{
color: #BC402F;
}
</style>
background-color css
<style>
a { background-color: #BC402F; }
a { background-color: rgb(188,64,47); }
div.DivClassName
{
background-color: #BC402F;
}
.BgClassName
{
background-color: #BC402F;
}
</style>
border-color css
<style>
span { border-color: #BC402F; }
span { border-color: rgb(188,64,47); }
td.TdClassName
{
border-color: #BC402F;
}
.TagClassName
{
border-color: #BC402F;
}
</style>