Html Css Color HEX #BC4138 Medium Carmine

📋 copy color: '#BC4138'

red 188 ◦ green 65 ◦ blue 56

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

Shades of Medium Carmine #BC4138

Tints of Medium Carmine #BC4138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 60.84%
G = 21.04%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC4138 (or 0xBC4138) is known color: Medium Carmine. HEX triplet: BC, 41 and 38. RGB value is (188,65,56). Sum of RGB (Red+Green+Blue) = 188+65+56=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4138 is #43BEC7. Grayscale: #646464. Windows color (decimal): -4439752 or 3686844. OLE color: 3686844.

HSL color Cylindrical-coordinate representation of color #BC4138: hue angle of 4.09º degrees, saturation: 0.54, 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 #BC4138 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 56 -
CMYK 0 0.65 0.70 0.26
HSL 4.09º 0.54% 0.48% -
HSV(B) 4.09º 0.7% 0.74% -
XYZ 23.34 14.76 5.36 -
YUV 100.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 188 65 56 0 0.65 0.70 0.26 4.09 0.54 0.48
Hex BC 41 38 0 41 46 1A 4 36 30
Octal 274 101 70 0 101 106 32 4 66 60
Binary 10111100 1000001 111000 0 1000001 1000110 11010 100 110110 110000

Color Harmonies of #BC4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4138

Black with #BC4138

Text Example


Text Example

White with #BC4138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4138; }

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

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

background-color css

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

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

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

border-color css

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

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

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