Html Css Color HEX #BC412D Medium Carmine

📋 copy color: '#BC412D'

red 188 ◦ green 65 ◦ blue 45

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

Shades of Medium Carmine #BC412D

Tints of Medium Carmine #BC412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 63.09%
G = 21.81%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC412D (or 0xBC412D) is known color: Medium Carmine. HEX triplet: BC, 41 and 2D. RGB value is (188,65,45). Sum of RGB (Red+Green+Blue) = 188+65+45=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC412D is #43BED2. Grayscale: #636363. Windows color (decimal): -4439763 or 2965948. OLE color: 2965948.

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

Color convert

RGB 188 65 45 -
CMYK 0 0.65 0.76 0.26
HSL 8.39º 0.61% 0.46% -
HSV(B) 8.39º 0.76% 0.74% -
XYZ 23.1 14.66 4.09 -
YUV 99.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 188 65 45 0 0.65 0.76 0.26 8.39 0.61 0.46
Hex BC 41 2D 0 41 4C 1A 8 3D 2E
Octal 274 101 55 0 101 114 32 10 75 56
Binary 10111100 1000001 101101 0 1000001 1001100 11010 1000 111101 101110

Color Harmonies of #BC412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC412D

Black with #BC412D

Text Example


Text Example

White with #BC412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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