#BC413C

Color #BC413C Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BC413C

Tints of Medium Carmine #BC413C

Color information

#BC413C (or 0xBC413C) is unknown color: approx Medium Carmine. HEX triplet: BC, 41 and 3C. RGB value is (188,65,60). Sum of RGB (Red+Green+Blue) = 188+65+60=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC413C is #43BEC3. Grayscale: #656565. Windows color (decimal): -4439748 or 3948988. OLE color: 3948988.

HSL color Cylindrical-coordinate representation of color #BC413C: hue angle of 2.34º 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 #BC413C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1886560-
CMYK00.650.680.26
HSL2.34º51.61%48.63%-
HSV(B)2.34º68.09%73.73%-
XYZ23.4414.85.9-
YUV101.21104.75189.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 60.06%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=60.06%
G=20.77%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188656000.650.680.262.3451.6148.63
HexBC413C041441A23431
Octal2741017401011043226461
Binary1011110010000011111000100000110001001101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC413C; }

 p { color: rgb(188,65,60); }

 H1.HeaderClassName
 {
   color: #BC413C;
 }
 .AnyTagClassName
 {
   color: #BC413C;
 }
</style>
background-color css

<style>
 a { background-color: #BC413C; }

 a { background-color: rgb(188,65,60); }

 div.DivClassName
 {
   background-color: #BC413C;
 }
 .BgClassName
 {
   background-color: #BC413C;
 }
</style>
border-color css

<style>
 span { border-color: #BC413C; }

 span { border-color: rgb(188,65,60); }

 td.TdClassName
 {
   border-color: #BC413C;
 }
 .TagClassName
 {
   border-color: #BC413C;
 }
</style>