Html Css Color HEX #BC392E Medium Carmine

📋 copy color: '#BC392E'

red 188 ◦ green 57 ◦ blue 46

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

Shades of Medium Carmine #BC392E

Tints of Medium Carmine #BC392E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 64.6%
G = 19.59%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC392E (or 0xBC392E) is known color: Medium Carmine. HEX triplet: BC, 39 and 2E. RGB value is (188,57,46). Sum of RGB (Red+Green+Blue) = 188+57+46=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC392E is #43C6D1. Grayscale: #5F5F5F. Windows color (decimal): -4441810 or 3029436. OLE color: 3029436.

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

Color convert

RGB 188 57 46 -
CMYK 0 0.70 0.76 0.26
HSL 4.65º 0.61% 0.46% -
HSV(B) 4.65º 0.76% 0.74% -
XYZ 22.7 13.81 4.06 -
YUV 94.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 188 57 46 0 0.70 0.76 0.26 4.65 0.61 0.46
Hex BC 39 2E 0 46 4C 1A 5 3D 2E
Octal 274 71 56 0 106 114 32 5 75 56
Binary 10111100 111001 101110 0 1000110 1001100 11010 101 111101 101110

Color Harmonies of #BC392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC392E

Black with #BC392E

Text Example


Text Example

White with #BC392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC392E; }

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

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

background-color css

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

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

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

border-color css

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

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

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