#BC3E35

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

Shades of Medium Carmine #BC3E35

Tints of Medium Carmine #BC3E35

Color information

#BC3E35 (or 0xBC3E35) is unknown color: approx Medium Carmine. HEX triplet: BC, 3E and 35. RGB value is (188,62,53). Sum of RGB (Red+Green+Blue) = 188+62+53=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E35 is #43C1CA. Grayscale: #626262. Windows color (decimal): -4440523 or 3489468. OLE color: 3489468.

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

Color convert

RGB1886253-
CMYK00.670.720.26
HSL56.02%47.25%-
HSV(B)71.81%73.73%-
XYZ23.114.394.93-
YUV98.65102.24191.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=62.05%
G=20.46%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188625300.670.720.26456.0247.25
HexBC3E35043481A4382f
Octal274766501031103247057
Binary1011110011111011010101000011100100011010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3E35; }

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

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

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

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

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

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

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

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