Html Css Color HEX #BC403A Medium Carmine

📋 copy color: '#BC403A'

red 188 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #BC403A

Tints of Medium Carmine #BC403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 60.65%
G = 20.65%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC403A (or 0xBC403A) is known color: Medium Carmine. HEX triplet: BC, 40 and 3A. RGB value is (188,64,58). Sum of RGB (Red+Green+Blue) = 188+64+58=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC403A is #43BFC5. Grayscale: #646464. Windows color (decimal): -4440006 or 3817660. OLE color: 3817660.

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

Color convert

RGB 188 64 58 -
CMYK 0 0.66 0.69 0.26
HSL 2.77º 0.53% 0.48% -
HSV(B) 2.77º 0.69% 0.74% -
XYZ 23.34 14.66 5.6 -
YUV 100.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 188 64 58 0 0.66 0.69 0.26 2.77 0.53 0.48
Hex BC 40 3A 0 42 45 1A 3 35 30
Octal 274 100 72 0 102 105 32 3 65 60
Binary 10111100 1000000 111010 0 1000010 1000101 11010 11 110101 110000

Color Harmonies of #BC403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC403A

Black with #BC403A

Text Example


Text Example

White with #BC403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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