Html Css Color HEX #BC3E39 Medium Carmine

📋 copy color: '#BC3E39'

red 188 ◦ green 62 ◦ blue 57

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

Shades of Medium Carmine #BC3E39

Tints of Medium Carmine #BC3E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 61.24%
G = 20.2%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC3E39 (or 0xBC3E39) is known color: Medium Carmine. HEX triplet: BC, 3E and 39. RGB value is (188,62,57). Sum of RGB (Red+Green+Blue) = 188+62+57=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E39 is #43C1C6. Grayscale: #636363. Windows color (decimal): -4440519 or 3751612. OLE color: 3751612.

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

Color convert

RGB 188 62 57 -
CMYK 0 0.67 0.70 0.26
HSL 2.29º 0.53% 0.48% -
HSV(B) 2.29º 0.7% 0.74% -
XYZ 23.2 14.43 5.43 -
YUV 99.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 188 62 57 0 0.67 0.70 0.26 2.29 0.53 0.48
Hex BC 3E 39 0 43 46 1A 2 35 30
Octal 274 76 71 0 103 106 32 2 65 60
Binary 10111100 111110 111001 0 1000011 1000110 11010 10 110101 110000

Color Harmonies of #BC3E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E39

Black with #BC3E39

Text Example


Text Example

White with #BC3E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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