Html Css Color HEX #BC382F Medium Carmine

📋 copy color: '#BC382F'

red 188 ◦ green 56 ◦ blue 47

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

Shades of Medium Carmine #BC382F

Tints of Medium Carmine #BC382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 64.6%
G = 19.24%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC382F (or 0xBC382F) is known color: Medium Carmine. HEX triplet: BC, 38 and 2F. RGB value is (188,56,47). Sum of RGB (Red+Green+Blue) = 188+56+47=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC382F is #43C7D0. Grayscale: #5E5E5E. Windows color (decimal): -4442065 or 3094716. OLE color: 3094716.

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

Color convert

RGB 188 56 47 -
CMYK 0 0.70 0.75 0.26
HSL 3.83º 0.6% 0.46% -
HSV(B) 3.83º 0.75% 0.74% -
XYZ 22.67 13.72 4.14 -
YUV 94.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 188 56 47 0 0.70 0.75 0.26 3.83 0.6 0.46
Hex BC 38 2F 0 46 4B 1A 4 3C 2E
Octal 274 70 57 0 106 113 32 4 74 56
Binary 10111100 111000 101111 0 1000110 1001011 11010 100 111100 101110

Color Harmonies of #BC382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC382F

Black with #BC382F

Text Example


Text Example

White with #BC382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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