Html Css Color HEX #BC372B Medium Carmine

📋 copy color: '#BC372B'

red 188 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #BC372B

Tints of Medium Carmine #BC372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 65.73%
G = 19.23%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC372B (or 0xBC372B) is known color: Medium Carmine. HEX triplet: BC, 37 and 2B. RGB value is (188,55,43). Sum of RGB (Red+Green+Blue) = 188+55+43=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC372B is #43C8D4. Grayscale: #5D5D5D. Windows color (decimal): -4442325 or 2832316. OLE color: 2832316.

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

Color convert

RGB 188 55 43 -
CMYK 0 0.71 0.77 0.26
HSL 4.97º 0.63% 0.45% -
HSV(B) 4.97º 0.77% 0.74% -
XYZ 22.54 13.6 3.72 -
YUV 93.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 188 55 43 0 0.71 0.77 0.26 4.97 0.63 0.45
Hex BC 37 2B 0 47 4D 1A 5 3F 2D
Octal 274 67 53 0 107 115 32 5 77 55
Binary 10111100 110111 101011 0 1000111 1001101 11010 101 111111 101101

Color Harmonies of #BC372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC372B

Black with #BC372B

Text Example


Text Example

White with #BC372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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