#BC3C35

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

Shades of Medium Carmine #BC3C35

Tints of Medium Carmine #BC3C35

Color information

#BC3C35 (or 0xBC3C35) is unknown color: approx Medium Carmine. HEX triplet: BC, 3C and 35. RGB value is (188,60,53). Sum of RGB (Red+Green+Blue) = 188+60+53=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C35 is #43C3CA. Grayscale: #616161. Windows color (decimal): -4441035 or 3488956. OLE color: 3488956.

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

Color convert

RGB1886053-
CMYK00.680.720.26
HSL3.11º56.02%47.25%-
HSV(B)3.11º71.81%73.73%-
XYZ2314.184.89-
YUV97.47102.91192.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=62.46%
G=19.93%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188605300.680.720.263.1156.0247.25
HexBC3C35044481A3382f
Octal274746501041103237057
Binary101111001111001101010100010010010001101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C35; }

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

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

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

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

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

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

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

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