Html Css Color HEX #BC4136 Medium Carmine

📋 copy color: '#BC4136'

red 188 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #BC4136

Tints of Medium Carmine #BC4136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 61.24%
G = 21.17%
B = 17.59%

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

#BC4136 (or 0xBC4136) is known color: Medium Carmine. HEX triplet: BC, 41 and 36. RGB value is (188,65,54). Sum of RGB (Red+Green+Blue) = 188+65+54=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4136 is #43BEC9. Grayscale: #646464. Windows color (decimal): -4439754 or 3555772. OLE color: 3555772.

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

Color convert

RGB 188 65 54 -
CMYK 0 0.65 0.71 0.26
HSL 4.93º 0.55% 0.47% -
HSV(B) 4.93º 0.71% 0.74% -
XYZ 23.3 14.74 5.11 -
YUV 100.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 188 65 54 0 0.65 0.71 0.26 4.93 0.55 0.47
Hex BC 41 36 0 41 47 1A 5 37 2F
Octal 274 101 66 0 101 107 32 5 67 57
Binary 10111100 1000001 110110 0 1000001 1000111 11010 101 110111 101111

Color Harmonies of #BC4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4136

Black with #BC4136

Text Example


Text Example

White with #BC4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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