Shades of Medium Carmine #BC402B
Tints of Medium Carmine #BC402B
RGB
CMYK
RGB Variations
Color information
#BC402B (or 0xBC402B) is known color: Medium Carmine. HEX triplet: BC, 40 and 2B. RGB value is (188,64,43). Sum of RGB (Red+Green+Blue) = 188+64+43=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC402B is #43BFD4. Grayscale: #626262. Windows color (decimal): -4440021 or 2834620. OLE color: 2834620.
HSL color Cylindrical-coordinate representation of color #BC402B: hue angle of 8.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC402B is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 43 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.26 |
| HSL | 8.69º | 0.63% | 0.45% | - |
| HSV(B) | 8.69º | 0.77% | 0.74% | - |
| XYZ | 23.01 | 14.53 | 3.88 | - |
| YUV | 98.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 43 | 0 | 0.66 | 0.77 | 0.26 | 8.69 | 0.63 | 0.45 |
| Hex | BC | 40 | 2B | 0 | 42 | 4D | 1A | 9 | 3F | 2D |
| Octal | 274 | 100 | 53 | 0 | 102 | 115 | 32 | 11 | 77 | 55 |
| Binary | 10111100 | 1000000 | 101011 | 0 | 1000010 | 1001101 | 11010 | 1001 | 111111 | 101101 |
Color Harmonies of #BC402B
Complementary color
Monochromatic Colors of #BC402B
Black with #BC402B
Text Example
Text Example
White with #BC402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC402B; }
p { color: rgb(188,64,43); }
H1.HeaderClassName
{
color: #BC402B;
}
.AnyTagClassName
{
color: #BC402B;
}
</style>
background-color css
<style>
a { background-color: #BC402B; }
a { background-color: rgb(188,64,43); }
div.DivClassName
{
background-color: #BC402B;
}
.BgClassName
{
background-color: #BC402B;
}
</style>
border-color css
<style>
span { border-color: #BC402B; }
span { border-color: rgb(188,64,43); }
td.TdClassName
{
border-color: #BC402B;
}
.TagClassName
{
border-color: #BC402B;
}
</style>