Html Css Color HEX #BC403D Medium Carmine

📋 copy color: '#BC403D'

red 188 ◦ green 64 ◦ blue 61

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

Shades of Medium Carmine #BC403D

Tints of Medium Carmine #BC403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 60.06%
G = 20.45%
B = 19.49%

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

#BC403D (or 0xBC403D) is known color: Medium Carmine. HEX triplet: BC, 40 and 3D. RGB value is (188,64,61). Sum of RGB (Red+Green+Blue) = 188+64+61=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC403D is #43BFC2. Grayscale: #646464. Windows color (decimal): -4440003 or 4014268. OLE color: 4014268.

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

Color convert

RGB 188 64 61 -
CMYK 0 0.66 0.68 0.26
HSL 1.42º 0.51% 0.49% -
HSV(B) 1.42º 0.68% 0.74% -
XYZ 23.41 14.7 6.02 -
YUV 100.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 188 64 61 0 0.66 0.68 0.26 1.42 0.51 0.49
Hex BC 40 3D 0 42 44 1A 1 33 31
Octal 274 100 75 0 102 104 32 1 63 61
Binary 10111100 1000000 111101 0 1000010 1000100 11010 1 110011 110001

Color Harmonies of #BC403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC403D

Black with #BC403D

Text Example


Text Example

White with #BC403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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