Html Css Color HEX #BE3C39 Medium Carmine

📋 copy color: '#BE3C39'

red 190 ◦ green 60 ◦ blue 57

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

Shades of Medium Carmine #BE3C39

Tints of Medium Carmine #BE3C39

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 61.89%
G = 19.54%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BE3C39 (or 0xBE3C39) is known color: Medium Carmine. HEX triplet: BE, 3C and 39. RGB value is (190,60,57). Sum of RGB (Red+Green+Blue) = 190+60+57=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C39 is #41C3C6. Grayscale: #626262. Windows color (decimal): -4309959 or 3751102. OLE color: 3751102.

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

Color convert

RGB 190 60 57 -
CMYK 0 0.68 0.7 0.25
HSL 1.35º 0.54% 0.48% -
HSV(B) 1.35º 0.7% 0.75% -
XYZ 23.59 14.47 5.42 -
YUV 98.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 190 60 57 0 0.68 0.7 0.25 1.35 0.54 0.48
Hex BE 3C 39 0 44 46 19 1 36 30
Octal 276 74 71 0 104 106 31 1 66 60
Binary 10111110 111100 111001 0 1000100 1000110 11001 1 110110 110000

Color Harmonies of #BE3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C39

Black with #BE3C39

Text Example


Text Example

White with #BE3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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