Html Css Color HEX #BC3E3D Medium Carmine

📋 copy color: '#BC3E3D'

red 188 ◦ green 62 ◦ blue 61

#BC3E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #BC3E3D

Tints of Medium Carmine #BC3E3D

RGB

 RED value IS 188 (73.83% from 255) = 60.45%

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 60.45%
G = 19.94%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC3E3D (or 0xBC3E3D) is known color: Medium Carmine. HEX triplet: BC, 3E and 3D. RGB value is (188,62,61). Sum of RGB (Red+Green+Blue) = 188+62+61=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E3D is #43C1C2. Grayscale: #636363. Windows color (decimal): -4440515 or 4013756. OLE color: 4013756.

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

Color convert

RGB 188 62 61 -
CMYK 0 0.67 0.68 0.26
HSL 0.47º 0.51% 0.49% -
HSV(B) 0.47º 0.68% 0.74% -
XYZ 23.3 14.47 5.98 -
YUV 99.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 188 62 61 0 0.67 0.68 0.26 0.47 0.51 0.49
Hex BC 3E 3D 0 43 44 1A 0 33 31
Octal 274 76 75 0 103 104 32 0 63 61
Binary 10111100 111110 111101 0 1000011 1000100 11010 0 110011 110001

Color Harmonies of #BC3E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E3D

Black with #BC3E3D

Text Example


Text Example

White with #BC3E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E3D; }

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

 H1.HeaderClassName
 {
   color: #BC3E3D;
 }
 .AnyTagClassName
 {
   color: #BC3E3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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