Html Css Color HEX #BC372F Medium Carmine

📋 copy color: '#BC372F'

red 188 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #BC372F

Tints of Medium Carmine #BC372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 64.83%
G = 18.97%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC372F (or 0xBC372F) is known color: Medium Carmine. HEX triplet: BC, 37 and 2F. RGB value is (188,55,47). Sum of RGB (Red+Green+Blue) = 188+55+47=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC372F is #43C8D0. Grayscale: #5E5E5E. Windows color (decimal): -4442321 or 3094460. OLE color: 3094460.

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

Color convert

RGB 188 55 47 -
CMYK 0 0.71 0.75 0.26
HSL 3.4º 0.6% 0.46% -
HSV(B) 3.4º 0.75% 0.74% -
XYZ 22.62 13.63 4.13 -
YUV 93.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 188 55 47 0 0.71 0.75 0.26 3.4 0.6 0.46
Hex BC 37 2F 0 47 4B 1A 3 3C 2E
Octal 274 67 57 0 107 113 32 3 74 56
Binary 10111100 110111 101111 0 1000111 1001011 11010 11 111100 101110

Color Harmonies of #BC372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC372F

Black with #BC372F

Text Example


Text Example

White with #BC372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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