Shades of Medium Carmine #BC402A
Tints of Medium Carmine #BC402A
RGB
CMYK
RGB Variations
Color information
#BC402A (or 0xBC402A) is known color: Medium Carmine. HEX triplet: BC, 40 and 2A. RGB value is (188,64,42). Sum of RGB (Red+Green+Blue) = 188+64+42=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC402A is #43BFD5. Grayscale: #626262. Windows color (decimal): -4440022 or 2769084. OLE color: 2769084.
HSL color Cylindrical-coordinate representation of color #BC402A: hue angle of 9.04º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC402A is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 42 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.26 |
| HSL | 9.04º | 0.63% | 0.45% | - |
| HSV(B) | 9.04º | 0.78% | 0.74% | - |
| XYZ | 22.99 | 14.53 | 3.78 | - |
| YUV | 98.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 42 | 0 | 0.66 | 0.78 | 0.26 | 9.04 | 0.63 | 0.45 |
| Hex | BC | 40 | 2A | 0 | 42 | 4E | 1A | 9 | 3F | 2D |
| Octal | 274 | 100 | 52 | 0 | 102 | 116 | 32 | 11 | 77 | 55 |
| Binary | 10111100 | 1000000 | 101010 | 0 | 1000010 | 1001110 | 11010 | 1001 | 111111 | 101101 |
Color Harmonies of #BC402A
Complementary color
Monochromatic Colors of #BC402A
Black with #BC402A
Text Example
Text Example
White with #BC402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC402A; }
p { color: rgb(188,64,42); }
H1.HeaderClassName
{
color: #BC402A;
}
.AnyTagClassName
{
color: #BC402A;
}
</style>
background-color css
<style>
a { background-color: #BC402A; }
a { background-color: rgb(188,64,42); }
div.DivClassName
{
background-color: #BC402A;
}
.BgClassName
{
background-color: #BC402A;
}
</style>
border-color css
<style>
span { border-color: #BC402A; }
span { border-color: rgb(188,64,42); }
td.TdClassName
{
border-color: #BC402A;
}
.TagClassName
{
border-color: #BC402A;
}
</style>