Html Css Color HEX #BC403C Medium Carmine

📋 copy color: '#BC403C'

red 188 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #BC403C

Tints of Medium Carmine #BC403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 60.26%
G = 20.51%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC403C (or 0xBC403C) is known color: Medium Carmine. HEX triplet: BC, 40 and 3C. RGB value is (188,64,60). Sum of RGB (Red+Green+Blue) = 188+64+60=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC403C is #43BFC3. Grayscale: #646464. Windows color (decimal): -4440004 or 3948732. OLE color: 3948732.

HSL color Cylindrical-coordinate representation of color #BC403C: hue angle of 1.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC403C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 60 -
CMYK 0 0.66 0.68 0.26
HSL 1.88º 0.52% 0.49% -
HSV(B) 1.88º 0.68% 0.74% -
XYZ 23.39 14.68 5.88 -
YUV 100.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 188 64 60 0 0.66 0.68 0.26 1.88 0.52 0.49
Hex BC 40 3C 0 42 44 1A 2 34 31
Octal 274 100 74 0 102 104 32 2 64 61
Binary 10111100 1000000 111100 0 1000010 1000100 11010 10 110100 110001

Color Harmonies of #BC403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC403C

Black with #BC403C

Text Example


Text Example

White with #BC403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC403C; }

 p { color: rgb(188,64,60); }

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

background-color css

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

 a { background-color: rgb(188,64,60); }

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

border-color css

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

 span { border-color: rgb(188,64,60); }

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