Html Css Color HEX #BC413C Medium Carmine

📋 copy color: '#BC413C'

red 188 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #BC413C

Tints of Medium Carmine #BC413C

RGB

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

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

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

R = 60.06%
G = 20.77%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC413C (or 0xBC413C) is known color: Medium Carmine. HEX triplet: BC, 41 and 3C. RGB value is (188,65,60). Sum of RGB (Red+Green+Blue) = 188+65+60=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC413C is #43BEC3. Grayscale: #656565. Windows color (decimal): -4439748 or 3948988. OLE color: 3948988.

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

Color convert

RGB 188 65 60 -
CMYK 0 0.65 0.68 0.26
HSL 2.34º 0.52% 0.49% -
HSV(B) 2.34º 0.68% 0.74% -
XYZ 23.44 14.8 5.9 -
YUV 101.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 188 65 60 0 0.65 0.68 0.26 2.34 0.52 0.49
Hex BC 41 3C 0 41 44 1A 2 34 31
Octal 274 101 74 0 101 104 32 2 64 61
Binary 10111100 1000001 111100 0 1000001 1000100 11010 10 110100 110001

Color Harmonies of #BC413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC413C

Black with #BC413C

Text Example


Text Example

White with #BC413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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