Html Css Color HEX #BC382E Medium Carmine

📋 copy color: '#BC382E'

red 188 ◦ green 56 ◦ blue 46

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

Shades of Medium Carmine #BC382E

Tints of Medium Carmine #BC382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

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

R = 64.83%
G = 19.31%
B = 15.86%

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

#BC382E (or 0xBC382E) is known color: Medium Carmine. HEX triplet: BC, 38 and 2E. RGB value is (188,56,46). Sum of RGB (Red+Green+Blue) = 188+56+46=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC382E is #43C7D1. Grayscale: #5E5E5E. Windows color (decimal): -4442066 or 3029180. OLE color: 3029180.

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

Color convert

RGB 188 56 46 -
CMYK 0 0.70 0.76 0.26
HSL 4.23º 0.61% 0.46% -
HSV(B) 4.23º 0.76% 0.74% -
XYZ 22.65 13.72 4.04 -
YUV 94.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 188 56 46 0 0.70 0.76 0.26 4.23 0.61 0.46
Hex BC 38 2E 0 46 4C 1A 4 3D 2E
Octal 274 70 56 0 106 114 32 4 75 56
Binary 10111100 111000 101110 0 1000110 1001100 11010 100 111101 101110

Color Harmonies of #BC382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC382E

Black with #BC382E

Text Example


Text Example

White with #BC382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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