#BC3C33

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

Shades of Medium Carmine #BC3C33

Tints of Medium Carmine #BC3C33

Color information

#BC3C33 (or 0xBC3C33) is unknown color: approx Medium Carmine. HEX triplet: BC, 3C and 33. RGB value is (188,60,51). Sum of RGB (Red+Green+Blue) = 188+60+51=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C33 is #43C3CC. Grayscale: #616161. Windows color (decimal): -4441037 or 3357884. OLE color: 3357884.

HSL color Cylindrical-coordinate representation of color #BC3C33: hue angle of 3.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3C33 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB1886051-
CMYK00.680.730.26
HSL3.94º57.32%46.86%-
HSV(B)3.94º72.87%73.73%-
XYZ22.9514.164.66-
YUV97.25101.91192.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.88%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=62.88%
G=20.07%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188605100.680.730.263.9457.3246.86
HexBC3C33044491A4392f
Octal274746301041113247157
Binary1011110011110011001101000100100100111010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C33; }

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

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

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

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

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

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

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

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