Html Css Color HEX #BC382D Medium Carmine

📋 copy color: '#BC382D'

red 188 ◦ green 56 ◦ blue 45

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

Shades of Medium Carmine #BC382D

Tints of Medium Carmine #BC382D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 65.05%
G = 19.38%
B = 15.57%

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

#BC382D (or 0xBC382D) is known color: Medium Carmine. HEX triplet: BC, 38 and 2D. RGB value is (188,56,45). Sum of RGB (Red+Green+Blue) = 188+56+45=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC382D is #43C7D2. Grayscale: #5E5E5E. Windows color (decimal): -4442067 or 2963644. OLE color: 2963644.

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

Color convert

RGB 188 56 45 -
CMYK 0 0.70 0.76 0.26
HSL 4.62º 0.61% 0.46% -
HSV(B) 4.62º 0.76% 0.74% -
XYZ 22.63 13.71 3.94 -
YUV 94.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 188 56 45 0 0.70 0.76 0.26 4.62 0.61 0.46
Hex BC 38 2D 0 46 4C 1A 5 3D 2E
Octal 274 70 55 0 106 114 32 5 75 56
Binary 10111100 111000 101101 0 1000110 1001100 11010 101 111101 101110

Color Harmonies of #BC382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC382D

Black with #BC382D

Text Example


Text Example

White with #BC382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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