Html Css Color HEX #BC3E3B Medium Carmine

📋 copy color: '#BC3E3B'

red 188 ◦ green 62 ◦ blue 59

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

Shades of Medium Carmine #BC3E3B

Tints of Medium Carmine #BC3E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 60.84%
G = 20.06%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC3E3B (or 0xBC3E3B) is known color: Medium Carmine. HEX triplet: BC, 3E and 3B. RGB value is (188,62,59). Sum of RGB (Red+Green+Blue) = 188+62+59=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E3B is #43C1C4. Grayscale: #636363. Windows color (decimal): -4440517 or 3882684. OLE color: 3882684.

HSL color Cylindrical-coordinate representation of color #BC3E3B: hue angle of 1.4º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3E3B is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 62 59 -
CMYK 0 0.67 0.69 0.26
HSL 1.4º 0.52% 0.48% -
HSV(B) 1.4º 0.69% 0.74% -
XYZ 23.25 14.45 5.7 -
YUV 99.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 188 62 59 0 0.67 0.69 0.26 1.4 0.52 0.48
Hex BC 3E 3B 0 43 45 1A 1 34 30
Octal 274 76 73 0 103 105 32 1 64 60
Binary 10111100 111110 111011 0 1000011 1000101 11010 1 110100 110000

Color Harmonies of #BC3E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E3B

Black with #BC3E3B

Text Example


Text Example

White with #BC3E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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