Html Css Color HEX #BC3731 Medium Carmine

📋 copy color: '#BC3731'

red 188 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #BC3731

Tints of Medium Carmine #BC3731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 64.38%
G = 18.84%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC3731 (or 0xBC3731) is known color: Medium Carmine. HEX triplet: BC, 37 and 31. RGB value is (188,55,49). Sum of RGB (Red+Green+Blue) = 188+55+49=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3731 is #43C8CE. Grayscale: #5E5E5E. Windows color (decimal): -4442319 or 3225532. OLE color: 3225532.

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

Color convert

RGB 188 55 49 -
CMYK 0 0.71 0.74 0.26
HSL 2.59º 0.59% 0.46% -
HSV(B) 2.59º 0.74% 0.74% -
XYZ 22.66 13.65 4.35 -
YUV 94.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 188 55 49 0 0.71 0.74 0.26 2.59 0.59 0.46
Hex BC 37 31 0 47 4A 1A 3 3B 2E
Octal 274 67 61 0 107 112 32 3 73 56
Binary 10111100 110111 110001 0 1000111 1001010 11010 11 111011 101110

Color Harmonies of #BC3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3731

Black with #BC3731

Text Example


Text Example

White with #BC3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3731; }

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

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

background-color css

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

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

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

border-color css

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

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

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