Html Css Color HEX #BE403C Medium Carmine

📋 copy color: '#BE403C'

red 190 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #BE403C

Tints of Medium Carmine #BE403C

RGB

 RED value IS 190 (74.61% from 255) = 60.51%

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

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

R = 60.51%
G = 20.38%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE403C (or 0xBE403C) is known color: Medium Carmine. HEX triplet: BE, 40 and 3C. RGB value is (190,64,60). Sum of RGB (Red+Green+Blue) = 190+64+60=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE403C is #41BFC3. Grayscale: #656565. Windows color (decimal): -4308932 or 3948734. OLE color: 3948734.

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

Color convert

RGB 190 64 60 -
CMYK 0 0.66 0.68 0.25
HSL 1.85º 0.52% 0.49% -
HSV(B) 1.85º 0.68% 0.75% -
XYZ 23.88 14.94 5.9 -
YUV 101.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 190 64 60 0 0.66 0.68 0.25 1.85 0.52 0.49
Hex BE 40 3C 0 42 44 19 2 34 31
Octal 276 100 74 0 102 104 31 2 64 61
Binary 10111110 1000000 111100 0 1000010 1000100 11001 10 110100 110001

Color Harmonies of #BE403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE403C

Black with #BE403C

Text Example


Text Example

White with #BE403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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