Html Css Color HEX #BC392C Medium Carmine

📋 copy color: '#BC392C'

red 188 ◦ green 57 ◦ blue 44

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

Shades of Medium Carmine #BC392C

Tints of Medium Carmine #BC392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.72%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 65.05%
G = 19.72%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC392C (or 0xBC392C) is known color: Medium Carmine. HEX triplet: BC, 39 and 2C. RGB value is (188,57,44). Sum of RGB (Red+Green+Blue) = 188+57+44=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC392C is #43C6D3. Grayscale: #5E5E5E. Windows color (decimal): -4441812 or 2898364. OLE color: 2898364.

HSL color Cylindrical-coordinate representation of color #BC392C: hue angle of 5.42º degrees, saturation: 0.62, 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 #BC392C is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 44 -
CMYK 0 0.70 0.77 0.26
HSL 5.42º 0.62% 0.45% -
HSV(B) 5.42º 0.77% 0.74% -
XYZ 22.66 13.8 3.85 -
YUV 94.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 188 57 44 0 0.70 0.77 0.26 5.42 0.62 0.45
Hex BC 39 2C 0 46 4D 1A 5 3E 2D
Octal 274 71 54 0 106 115 32 5 76 55
Binary 10111100 111001 101100 0 1000110 1001101 11010 101 111110 101101

Color Harmonies of #BC392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC392C

Black with #BC392C

Text Example


Text Example

White with #BC392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC392C; }

 p { color: rgb(188,57,44); }

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

background-color css

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

 a { background-color: rgb(188,57,44); }

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

border-color css

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

 span { border-color: rgb(188,57,44); }

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