Html Css Color HEX #BC413E Medium Carmine

📋 copy color: '#BC413E'

red 188 ◦ green 65 ◦ blue 62

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

Shades of Medium Carmine #BC413E

Tints of Medium Carmine #BC413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 59.68%
G = 20.63%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC413E (or 0xBC413E) is known color: Medium Carmine. HEX triplet: BC, 41 and 3E. RGB value is (188,65,62). Sum of RGB (Red+Green+Blue) = 188+65+62=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC413E is #43BEC1. Grayscale: #656565. Windows color (decimal): -4439746 or 4080060. OLE color: 4080060.

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

Color convert

RGB 188 65 62 -
CMYK 0 0.65 0.67 0.26
HSL 1.43º 0.5% 0.49% -
HSV(B) 1.43º 0.67% 0.74% -
XYZ 23.5 14.82 6.18 -
YUV 101.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 188 65 62 0 0.65 0.67 0.26 1.43 0.5 0.49
Hex BC 41 3E 0 41 43 1A 1 32 31
Octal 274 101 76 0 101 103 32 1 62 61
Binary 10111100 1000001 111110 0 1000001 1000011 11010 1 110010 110001

Color Harmonies of #BC413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC413E

Black with #BC413E

Text Example


Text Example

White with #BC413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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