Html Css Color HEX #BC3732 Medium Carmine

📋 copy color: '#BC3732'

red 188 ◦ green 55 ◦ blue 50

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

Shades of Medium Carmine #BC3732

Tints of Medium Carmine #BC3732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 64.16%
G = 18.77%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3732 (or 0xBC3732) is known color: Medium Carmine. HEX triplet: BC, 37 and 32. RGB value is (188,55,50). Sum of RGB (Red+Green+Blue) = 188+55+50=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3732 is #43C8CD. Grayscale: #5E5E5E. Windows color (decimal): -4442318 or 3291068. OLE color: 3291068.

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

Color convert

RGB 188 55 50 -
CMYK 0 0.71 0.73 0.26
HSL 2.17º 0.58% 0.47% -
HSV(B) 2.17º 0.73% 0.74% -
XYZ 22.68 13.65 4.46 -
YUV 94.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 188 55 50 0 0.71 0.73 0.26 2.17 0.58 0.47
Hex BC 37 32 0 47 49 1A 2 3A 2F
Octal 274 67 62 0 107 111 32 2 72 57
Binary 10111100 110111 110010 0 1000111 1001001 11010 10 111010 101111

Color Harmonies of #BC3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3732

Black with #BC3732

Text Example


Text Example

White with #BC3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3732; }

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

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

background-color css

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

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

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

border-color css

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

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

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