Html Css Color HEX #BC4137 Medium Carmine

📋 copy color: '#BC4137'

red 188 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #BC4137

Tints of Medium Carmine #BC4137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 61.04%
G = 21.1%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4137 (or 0xBC4137) is known color: Medium Carmine. HEX triplet: BC, 41 and 37. RGB value is (188,65,55). Sum of RGB (Red+Green+Blue) = 188+65+55=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4137 is #43BEC8. Grayscale: #646464. Windows color (decimal): -4439753 or 3621308. OLE color: 3621308.

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

Color convert

RGB 188 65 55 -
CMYK 0 0.65 0.71 0.26
HSL 4.51º 0.55% 0.48% -
HSV(B) 4.51º 0.71% 0.74% -
XYZ 23.32 14.75 5.23 -
YUV 100.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 188 65 55 0 0.65 0.71 0.26 4.51 0.55 0.48
Hex BC 41 37 0 41 47 1A 5 37 30
Octal 274 101 67 0 101 107 32 5 67 60
Binary 10111100 1000001 110111 0 1000001 1000111 11010 101 110111 110000

Color Harmonies of #BC4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4137

Black with #BC4137

Text Example


Text Example

White with #BC4137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4137; }

 p { color: rgb(188,65,55); }

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

background-color css

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

 a { background-color: rgb(188,65,55); }

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

border-color css

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

 span { border-color: rgb(188,65,55); }

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